mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
increased normalized hot page time constant to 2 minutes.
This commit is contained in:
@@ -30,7 +30,7 @@ from pylons import g
|
||||
from datetime import datetime, timedelta
|
||||
import random
|
||||
|
||||
expire_delta = timedelta(seconds = g.page_cache_time)
|
||||
expire_delta = timedelta(minutes = 2)
|
||||
TOP_CACHE = 1800
|
||||
|
||||
def access_key(sr):
|
||||
|
||||
Reference in New Issue
Block a user