diff --git a/files/routes/front.py b/files/routes/front.py index 9e61f6f8c6..a6674f62a9 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -109,7 +109,7 @@ def notifications(v): -@cache.memoize(timeout=86400) +#@cache.memoize(timeout=86400) def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='', **kwargs): posts = g.db.query(Submission).options(lazyload('*'))