From 48451719c0a9e0b7b689359ff0b1ce9bbd289ea3 Mon Sep 17 00:00:00 2001 From: templehasfallen <84207477+templehasfallen@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:44:18 +0200 Subject: [PATCH] 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. --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index 9918235a0..0d8bc0cd1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -189,7 +189,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