mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] admin configurable suspend time of errored engines - closes #1266
This commit is contained in:
parent
69d1dd3f86
commit
f7bb45e891
3 changed files with 8 additions and 3 deletions
|
|
@ -6,6 +6,8 @@ search:
|
|||
safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
|
||||
autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default
|
||||
language : "en-US"
|
||||
ban_time_on_fail : 5 # ban time in seconds after engine errors
|
||||
max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
|
||||
|
||||
server:
|
||||
port : 8888
|
||||
|
|
@ -21,7 +23,7 @@ ui:
|
|||
default_theme : oscar # ui theme
|
||||
default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
|
||||
theme_args :
|
||||
oscar_style : logicodev-dark # default style of oscar
|
||||
oscar_style : logicodev # default style of oscar
|
||||
|
||||
# searx supports result proxification using an external service: https://github.com/asciimoo/morty
|
||||
# uncomment below section if you have running morty proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue