Merge pull request #549 from guyou/feature-pool-fine-tuning

Use new settings to fine tune the connection pool
This commit is contained in:
Adam Tauber 2016-05-19 15:51:14 +02:00
commit bf1eebb17f
2 changed files with 10 additions and 4 deletions

View file

@ -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