]> git.parisson.com Git - teleforma.git/commitdiff
CACHE_TIMEOUT = None
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 15 Jul 2021 12:27:00 +0000 (14:27 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 15 Jul 2021 12:27:00 +0000 (14:27 +0200)
app/settings.py

index 6db829b55c09c2d3826832588a0e91c97bb6be7d..ede352b4cdf742b70444b4cb038514c5b8ab5f5a 100644 (file)
@@ -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.