From: Guillaume Pellerin Date: Thu, 15 Jul 2021 12:27:00 +0000 (+0200) Subject: CACHE_TIMEOUT = None X-Git-Tag: 2.3~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=aea19e7677104dacca847465436b58110b7838f0;p=teleforma.git CACHE_TIMEOUT = None --- diff --git a/app/settings.py b/app/settings.py index 6db829b5..ede352b4 100644 --- a/app/settings.py +++ b/app/settings.py @@ -280,7 +280,7 @@ CACHES = { } } -CACHE_TIMEOUT = 120 +CACHE_TIMEOUT = None # Name of cache backend to cache user agents. If it not specified default # cache alias will be used. Set to `None` to disable caching.