diff options
author | templehasfallen <84207477+templehasfallen@users.noreply.github.com> | 2023-12-13 15:44:18 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-02-25 16:35:13 +0100 |
commit | e8bd6c03bf3d99d0ec5b87e5028d77a106fb01b2 (patch) | |
tree | 026b4ccfd70956b2d38d8bf48fc17e248e514ad5 /searx/settings.yml | |
parent | 9330a072eb91921d9eb5eeb8bc5414dc2c357978 (diff) | |
download | searxng-e8bd6c03bf3d99d0ec5b87e5028d77a106fb01b2.tar.gz searxng-e8bd6c03bf3d99d0ec5b87e5028d77a106fb01b2.zip |
Update settings.yml
Changed value of "extra_proxy_timeout" from 10.0 to 10 as the variable expects an int.
Uncommenting this value with a non-int value will throw many errors and crash all engines.
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 481f8bd20..7d1eeb190 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -192,7 +192,7 @@ outgoing: # # Extra seconds to add in order to account for the time taken by the proxy # - # extra_proxy_timeout: 10.0 + # extra_proxy_timeout: 10 # # uncomment below section only if you have more than one network interface # which can be the source of outgoing search requests |