mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Remove memoize on normalize_hot.
This commit is contained in:
committed by
Max Goodman
parent
e4a45f5d1a
commit
8ddf0d637a
@@ -27,7 +27,6 @@ from r2.lib import _normalized_hot
|
||||
|
||||
from r2.lib._normalized_hot import get_hot # pull this into our namespace
|
||||
|
||||
@memoize('normalize_hot', time = g.page_cache_time)
|
||||
def normalized_hot_cached(sr_ids, obey_age_limit=True):
|
||||
return _normalized_hot.normalized_hot_cached(sr_ids, obey_age_limit)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user