diff options
author | asciimoo <asciimoo@gmail.com> | 2014-02-18 15:56:34 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-02-18 15:56:34 +0100 |
commit | 6f86b96a3536d9c99654e5be261437a4ed519ee8 (patch) | |
tree | 953d002893cda1e17d671a7292e4ea5ef7ddf8ea /searx/settings.yml | |
parent | 84fc0c0e6d5ea451b82f14f215b75fc4c3e432ee (diff) | |
download | searxng-6f86b96a3536d9c99654e5be261437a4ed519ee8.tar.gz searxng-6f86b96a3536d9c99654e5be261437a4ed519ee8.zip |
[mod][enh] default timeout 1.8 -> 2.0sec ++ uncyclopedia engine added
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 784ba1ce2..cb77a26ae 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2,7 +2,7 @@ server: port : 8888 secret_key : "ultrasecretkey" # change this! debug : True - request_timeout : 1.8 # seconds + request_timeout : 2.0 # seconds base_url : False engines: @@ -93,6 +93,12 @@ engines: categories : social media shortcut : tw + - name : uncyclopedia + engine : mediawiki + categories : general + shortcut : unc + url : https://uncyclopedia.wikia.com/ + - name : urbandictionary engine : xpath search_url : http://www.urbandictionary.com/define.php?term={query} |