summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/botdetection/ip_limit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/ip_limit.py b/searx/botdetection/ip_limit.py
index 46e026371..bb4229f0e 100644
--- a/searx/botdetection/ip_limit.py
+++ b/searx/botdetection/ip_limit.py
@@ -82,7 +82,7 @@ API_WONDOW = 3600
API_MAX = 4
"""Maximum requests from one IP in the :py:obj:`API_WONDOW`"""
-SUSPICIOUS_IP_WINDOW = 3600 * 24
+SUSPICIOUS_IP_WINDOW = 3600 * 24 * 30
"""Time (sec) before sliding window for one suspicious IP expires."""
SUSPICIOUS_IP_MAX = 3