]> git.parisson.com Git - teleforma.git/commitdiff
reduce CACHE_TIMEOUT
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 11 Jan 2023 13:27:04 +0000 (14:27 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 11 Jan 2023 13:27:04 +0000 (14:27 +0100)
app/settings.py

index 97f8ef63258666175f644b7e53d3da2e33b5b12d..f5c866436ccda1e556035be163af7f22cefe9c05 100644 (file)
@@ -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.