diff options
author | Adam Tauber <asciimoo@gmail.com> | 2021-03-25 01:22:36 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2021-03-25 01:22:36 +0100 |
commit | 06b754ad67aa6066aed6df77b5ffb74aabebb040 (patch) | |
tree | 18e6433083e7242dc0eda7f76057f799a9f8b4a4 | |
parent | 0ba71c3644c4d20f70528c10eed1385399ec1c82 (diff) | |
download | searxng-06b754ad67aa6066aed6df77b5ffb74aabebb040.tar.gz searxng-06b754ad67aa6066aed6df77b5ffb74aabebb040.zip |
[mod] increase lobste.rs engine timeout to avoid timeouts most of the time
-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 15609b756..1958210d7 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -690,7 +690,7 @@ engines: content_xpath : .//a[@class="domain"] categories : it shortcut : lo - timeout : 3.0 + timeout : 5.0 disabled: True about: website: https://lobste.rs/ |