diff options
| author | Guilhem Bonnefille <guilhem.bonnefille@gmail.com> | 2016-05-02 19:36:55 +0200 |
|---|---|---|
| committer | Guilhem Bonnefille <guilhem.bonnefille@gmail.com> | 2016-05-02 19:36:55 +0200 |
| commit | d571a9d204dc4ff021bdc097dcaf87a5cc90dbe4 (patch) | |
| tree | 49276cdea17e30970bbe33e65e36a548408b552e /searx | |
| parent | 3f395304f96a7c71390dd0a79d0ba2b3c404d504 (diff) | |
Preset new values with defaulting values from code
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 462a0bcc2..c388f55ec 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -21,6 +21,8 @@ ui: outgoing: # communication with search engines request_timeout : 2.0 # seconds useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator + pool_connections : 100 # Number of different hosts + pool_maxsize : 10 # Number of simultaneous requests by host # uncomment below section if you want to use a proxy # see http://docs.python-requests.org/en/latest/user/advanced/#proxies # SOCKS proxies are not supported : see https://github.com/kennethreitz/requests/pull/478 |