diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-05-19 15:51:14 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-05-19 15:51:14 +0200 |
| commit | bf1eebb17f2a4e4454d59a59757e0265e33c9dcf (patch) | |
| tree | 0b8113c700076bd08f2ed104f8a35467502d47fc /searx/settings.yml | |
| parent | 9247b1e777f4b051136c1ebdd89d84725eb77c9a (diff) | |
| parent | d571a9d204dc4ff021bdc097dcaf87a5cc90dbe4 (diff) | |
Merge pull request #549 from guyou/feature-pool-fine-tuning
Use new settings to fine tune the connection pool
Diffstat (limited to 'searx/settings.yml')
| -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 ff85684ac..96455fc23 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 |