Revert "try smth on devrama"

This reverts commit b71cc901d1.
master
Aevann 2024-02-13 15:41:17 +02:00
parent b71cc901d1
commit 6db5d73408
1 changed files with 1 additions and 3 deletions

View File

@ -67,9 +67,7 @@ def front_all(v, hole=None):
result = cache.get(f'frontpage_{sort}_{t}_{page}_{hole}_{pins}_{effortposts_only}')
if result:
calc_users()
resp = make_response(result)
resp.headers["Cache-Control"] = "max-age=900"
return resp
return result
hide_cw = (SITE_NAME == 'WPD' and v and v.hide_cw)