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:
|
search:
|
||||||
formats:
|
formats:
|
||||||
- html
|
- html
|
||||||
- csv
|
|
||||||
- json
|
|
||||||
- rss
|
|
||||||
safe_search: 2
|
safe_search: 2
|
||||||
|
suspended_times:
|
||||||
|
SearxEngineAccessDenied: 0
|
||||||
|
SearxEngineCaptcha: 0
|
||||||
|
SearxEngineTooManyRequests: 0
|
||||||
|
cf_SearxEngineCaptcha: 0
|
||||||
|
cf_SearxEngineAccessDenied: 0
|
||||||
|
recaptcha_SearxEngineCaptcha: 0
|
||||||
|
|
||||||
outgoing:
|
outgoing:
|
||||||
enable_http2: true
|
enable_http2: true
|
||||||
|
@ -68,7 +72,6 @@ engines:
|
||||||
disabled: false
|
disabled: false
|
||||||
|
|
||||||
- name: google
|
- name: google
|
||||||
use_mobile_ui: true
|
|
||||||
disabled: false
|
disabled: false
|
||||||
|
|
||||||
- name: wikidata
|
- name: wikidata
|
||||||
|
|
Reference in a new issue