summaryrefslogtreecommitdiff
path: root/searx/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/cache.py')
-rw-r--r--searx/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/cache.py b/searx/cache.py
index 1b2d50e2b..93304f150 100644
--- a/searx/cache.py
+++ b/searx/cache.py
@@ -48,7 +48,7 @@ class ExpireCacheCfg(msgspec.Struct): # pylint: disable=too-few-public-methods
MAXHOLD_TIME: int = 60 * 60 * 24 * 7 # 7 days
"""Hold time (default in sec.), after which a value is removed from the cache."""
- MAINTENANCE_PERIOD: int = 60 * 60 # 2h
+ MAINTENANCE_PERIOD: int = 60 * 60 # 1h
"""Maintenance period in seconds / when :py:obj:`MAINTENANCE_MODE` is set to
``auto``."""