diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-24 09:24:56 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-24 09:24:56 +0100 |
| commit | 99688d2c8e08ba579b67c31181489485f56c92d6 (patch) | |
| tree | a80e5285f0226331ffba4b5871c22512fe868928 | |
| parent | f1db60d28f3512186b73ede98f814688513a1e54 (diff) | |
[mod] engine config mods
| -rw-r--r-- | searx/settings.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4978e9b6a..9cf098317 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -71,10 +71,11 @@ engines: base_url : 'https://startpage.com/' search_url : 'https://startpage.com/do/search' - - name : ixquick - engine : startpage - base_url : 'https://www.ixquick.com/' - search_url : 'https://www.ixquick.com/do/search' +# +30% page load time +# - name : ixquick +# engine : startpage +# base_url : 'https://www.ixquick.com/' +# search_url : 'https://www.ixquick.com/do/search' - name : twitter engine : twitter |