From f5aae06c8767dc3310c9a0806f3c309c2a6f1b89 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 24 Sep 2021 18:57:12 +0200 Subject: [PATCH] fsd --- files/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('*'))