diff options
| -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 |