server: # base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml secret_key:"xxxxxxxxxxxxxxxx"# change this! limiter:false# enable this when running the instance for a public usage on the internet image_proxy:true
outgoing: request_timeout:2.0# default timeout in seconds, can be override by engine max_request_timeout:5.0# the maximum timeout in seconds useragent_suffix:""# information like an email address to the administrator pool_connections:100# Maximum number of allowable connections, or null # for no limits. The default is 100. pool_maxsize:10# Number of allowable keep-alive connections, or null # to always allow. The default is 10. enable_http2:true# See https://www.python-httpx.org/http2/