SearXNG: Change suspended_times.*
This commit is contained in:
parent
ef914d6d44
commit
8df6bf671f
|
@ -1,3 +1,5 @@
|
|||
# vim: ft=yaml
|
||||
---
|
||||
use_default_settings: true
|
||||
|
||||
general:
|
||||
|
@ -28,9 +30,9 @@ search:
|
|||
- html
|
||||
safe_search: 2
|
||||
suspended_times:
|
||||
SearxEngineAccessDenied: 1200
|
||||
SearxEngineAccessDenied: 0
|
||||
SearxEngineCaptcha: 600
|
||||
SearxEngineTooManyRequests: 300
|
||||
SearxEngineTooManyRequests: 600
|
||||
cf_SearxEngineCaptcha: 600
|
||||
cf_SearxEngineAccessDenied: 1200
|
||||
recaptcha_SearxEngineCaptcha: 600
|
||||
|
|
Reference in a new issue