SearXNG: Remove obsolete option and set suspended_times to 0
This commit is contained in:
parent
36b8814f9d
commit
2fc23108ba
|
@ -26,10 +26,14 @@ redis:
|
|||
search:
|
||||
formats:
|
||||
- html
|
||||
- csv
|
||||
- json
|
||||
- rss
|
||||
safe_search: 2
|
||||
suspended_times:
|
||||
SearxEngineAccessDenied: 0
|
||||
SearxEngineCaptcha: 0
|
||||
SearxEngineTooManyRequests: 0
|
||||
cf_SearxEngineCaptcha: 0
|
||||
cf_SearxEngineAccessDenied: 0
|
||||
recaptcha_SearxEngineCaptcha: 0
|
||||
|
||||
outgoing:
|
||||
enable_http2: true
|
||||
|
@ -68,7 +72,6 @@ engines:
|
|||
disabled: false
|
||||
|
||||
- name: google
|
||||
use_mobile_ui: true
|
||||
disabled: false
|
||||
|
||||
- name: wikidata
|
||||
|
|
Reference in a new issue