From fa9729226b61c72d2f201bcf9f7b9183ceda4a70 Mon Sep 17 00:00:00 2001 From: Aadniz <8147434+Aadniz@users.noreply.github.com> Date: Sat, 13 Dec 2025 08:16:25 +0100 Subject: [PATCH] [fix] ahmia engine: increase timeout to 20 seconds --- searx/settings.yml | 3 +++ 1 file changed, 3 insertions(+) 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