From: Guillaume Pellerin Date: Mon, 23 Jan 2023 17:54:27 +0000 (+0100) Subject: 24h cache X-Git-Tag: 2.9.0~89 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3a03fd8a16ce205e08168a0eec18a9ff4005010a;p=teleforma.git 24h cache --- diff --git a/app/settings.py b/app/settings.py index 2d3d7a63..c473cc66 100644 --- a/app/settings.py +++ b/app/settings.py @@ -317,7 +317,7 @@ CACHES = { } } -CACHE_TIMEOUT = 60*60*12 +CACHE_TIMEOUT = 60*60*24 # Name of cache backend to cache user agents. If it not specified default # cache alias will be used. Set to `None` to disable caching.