diff options
author | Alexandre Flament <alex@al-f.net> | 2015-05-27 15:10:27 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-05-30 13:36:10 +0200 |
commit | 484d0974f78df54a5173b14f1f1e3bc089a640fc (patch) | |
tree | b8b59540129843b59300ae44495f3f8d21477fa1 /searx | |
parent | 5adb289a1c7611ade59d467b0af02763ccdcae6c (diff) | |
download | searxng-484d0974f78df54a5173b14f1f1e3bc089a640fc.tar.gz searxng-484d0974f78df54a5173b14f1f1e3bc089a640fc.zip |
startpage and ixquick enignes : disabled by default, and timeout set to 6 seconds.
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 94b7e1ea5..d35b1378a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -203,12 +203,15 @@ engines: - name : startpage engine : startpage shortcut : sp + timeout : 6.0 + disabled : True -# +30% page load time -# - name : ixquick -# engine : startpage -# base_url : 'https://www.ixquick.com/' -# search_url : 'https://www.ixquick.com/do/search' + - name : ixquick + engine : startpage + base_url : 'https://www.ixquick.com/' + search_url : 'https://www.ixquick.com/do/search' + timeout : 6.0 + disabled : True - name : twitter engine : twitter |