diff --git a/searx/settings.yml b/searx/settings.yml index 7b9ff51e3..ab3eae1e5 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -61,11 +61,11 @@ search: suspended_times: # Engine suspension time after error (in seconds; set to 0 to disable) # For error "Access denied" and "HTTP error [402, 403]" - SearxEngineAccessDenied: 86400 + SearxEngineAccessDenied: 180 # For error "CAPTCHA" - SearxEngineCaptcha: 86400 + SearxEngineCaptcha: 3600 # For error "Too many request" and "HTTP error 429" - SearxEngineTooManyRequests: 3600 + SearxEngineTooManyRequests: 180 # Cloudflare CAPTCHA cf_SearxEngineCaptcha: 1296000 cf_SearxEngineAccessDenied: 86400