From 8d157972161c216b51b9971399259d558cb0a86e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 11 Jan 2023 14:27:04 +0100 Subject: [PATCH] reduce CACHE_TIMEOUT --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 97f8ef63..f5c86643 100644 --- a/app/settings.py +++ b/app/settings.py @@ -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. -- 2.39.5