From f8bdf619768c2b67a52b9c92a8bdb89dabd1a30a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 26 Apr 2024 08:20:05 +0200 Subject: [PATCH] [fix] yep engine: invcrease timeout from defaul 3sec to 5sec In the "Engines" tab on searx.space [1] nearly all engines report a TimeoutException: yep engine As documented in issue #2444 [2], this problem can be fixed by increasing the timeout. Note: on a local instance (`make run`) the timeout of 3sec was sufficient / at least in my local test, but the balance of searx.space leads me to believe that this tight timeout is usually not sufficient. [1] https://searx.space/ [2] https://github.com/searxng/searxng/issues/2444 Closes https://github.com/searxng/searxng/issues/3421 Signed-off-by: Markus Heiser --- searx/settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/settings.yml b/searx/settings.yml index 2226cd6f8..e7c9ed06b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -495,6 +495,7 @@ engines: shortcut: yep categories: general search_type: web + timeout: 5 disabled: true - name: yep images