diff options
| author | Aadniz <8147434+Aadniz@users.noreply.github.com> | 2025-12-13 08:16:25 +0100 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2025-12-26 18:22:15 +0100 |
| commit | fa9729226b61c72d2f201bcf9f7b9183ceda4a70 (patch) | |
| tree | c7a4093d4fef2946d698eecb18a7d74361028e5b | |
| parent | 9df177af85c0239aa71de7478c9b9f44d8abcfd5 (diff) | |
[fix] ahmia engine: increase timeout to 20 seconds
| -rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 2c74a5e79..26baa9e2f 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -433,6 +433,9 @@ engines: # Requires Tor - name: ahmia engine: ahmia + # Might do up to two requests to perform a search. + # Since Tor is already slow by nature, the timeout is set very high. + timeout: 20.0 categories: onions enable_http: true shortcut: ah |