|
@@ -21,6 +21,8 @@ ui:
|
21
|
21
|
outgoing: # communication with search engines
|
22
|
22
|
request_timeout : 2.0 # seconds
|
23
|
23
|
useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
|
24
|
+ pool_connections : 100 # Number of different hosts
|
|
25
|
+ pool_maxsize : 10 # Number of simultaneous requests by host
|
24
|
26
|
# uncomment below section if you want to use a proxy
|
25
|
27
|
# see http://docs.python-requests.org/en/latest/user/advanced/#proxies
|
26
|
28
|
# SOCKS proxies are not supported : see https://github.com/kennethreitz/requests/pull/478
|