diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4d370e575..ae4d5dd9d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -183,20 +183,13 @@ outgoing: useragent_suffix: "" # The maximum number of concurrent connections that may be established. pool_connections: 100 - # Allow the connection pool to maintain keep-alive connections below this - # point. - pool_maxsize: 20 - # See https://www.python-httpx.org/http2/ + # Enables the use of HTTP2 enable_http2: true # uncomment below section if you want to use a custom server certificate - # see https://www.python-httpx.org/advanced/#changing-the-verification-defaults - # and https://www.python-httpx.org/compatibility/#ssl-configuration + # see https://curl-cffi.readthedocs.io/en/latest/quick_start.html # verify: ~/.mitmproxy/mitmproxy-ca-cert.cer # - # uncomment below section if you want to use a proxyq see: SOCKS proxies - # https://2.python-requests.org/en/latest/user/advanced/#proxies - # are also supported: see - # https://2.python-requests.org/en/latest/user/advanced/#socks + # uncomment below section if you want to use a proxy # # proxies: # all://: |
