]> git.parisson.com Git - teleforma.git/commitdiff
24h cache
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 23 Jan 2023 17:54:27 +0000 (18:54 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 23 Jan 2023 17:54:27 +0000 (18:54 +0100)
app/settings.py

index 2d3d7a631f1ef5c5884f9e69954d3a39175f9bc3..c473cc66b388ab6c8f2670c7280cc79a4d4b7be0 100644 (file)
@@ -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.