diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-04-26 08:20:05 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-04-30 05:46:15 +0200 |
commit | f8bdf619768c2b67a52b9c92a8bdb89dabd1a30a (patch) | |
tree | 94169d9f4e9c62af832004a12ed6189ca9cfeafe /searx/settings.yml | |
parent | e45a7cc06348a41aafbf2a05ca488257229afb7d (diff) | |
download | searxng-f8bdf619768c2b67a52b9c92a8bdb89dabd1a30a.tar.gz searxng-f8bdf619768c2b67a52b9c92a8bdb89dabd1a30a.zip |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |