From 3a03fd8a16ce205e08168a0eec18a9ff4005010a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 23 Jan 2023 18:54:27 +0100 Subject: [PATCH] 24h cache --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 2d3d7a63..c473cc66 100644 --- a/app/settings.py +++ b/app/settings.py @@ -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. -- 2.39.5