diff --git a/files/routes/static.py b/files/routes/static.py index 056826d537..d0539fcb43 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -87,7 +87,7 @@ def participation_stats(v:User): if v.client: return stats_cached() return render_template("stats.html", v=v, title="Content Statistics", data=stats_cached()) -@cache.memoize(timeout=86400) +@cache.memoize(timeout=864000) def stats_cached(): return statshelper.stats(SITE_NAME)