From: Guillaume Pellerin Date: Wed, 11 Jan 2023 13:27:04 +0000 (+0100) Subject: reduce CACHE_TIMEOUT X-Git-Tag: 2.9.0~95 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8d157972161c216b51b9971399259d558cb0a86e;p=teleforma.git reduce CACHE_TIMEOUT --- diff --git a/app/settings.py b/app/settings.py index 97f8ef63..f5c86643 100644 --- a/app/settings.py +++ b/app/settings.py @@ -306,7 +306,7 @@ CACHES = { } } -CACHE_TIMEOUT = 60*60*72 +CACHE_TIMEOUT = 60*60*12 # Name of cache backend to cache user agents. If it not specified default # cache alias will be used. Set to `None` to disable caching.