Loading searx/settings.yml +9 −23 Original line number Diff line number Diff line Loading @@ -71,11 +71,11 @@ ui: # key : !!binary "your_morty_proxy_key" outgoing: # communication with search engines request_timeout : 6.0 # default timeout in seconds, can be override by engine request_timeout : 3.0 # default timeout in seconds, can be override by engine # max_request_timeout: 10.0 # the maximum timeout in seconds useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator pool_connections : 100 # The maximum number of concurrent connections that may be established. pool_maxsize : 20 # Allow the connection pool to maintain keep-alive connections below this point. pool_connections : 200 # The maximum number of concurrent connections that may be established. pool_maxsize : 40 # Allow the connection pool to maintain keep-alive connections below this point. enable_http2: True # See https://www.python-httpx.org/http2/ keepalive_expiry: 5.0 source_ips: [] Loading Loading @@ -233,7 +233,6 @@ engines: engine : wikipedia shortcut : wp base_url : 'https://{language}.wikipedia.org/' disabled: True #The fulltext and title parameter is necessary for Wikimini because sometimes it will not show the results and redirect instead - name: wikimini Loading Loading @@ -290,11 +289,6 @@ engines: require_api_key: false results: HTML - name : btdigg engine : btdigg shortcut : bt disabled : True - name : ccc-tv engine : xpath paging : False Loading @@ -317,6 +311,7 @@ engines: engine: openverse categories: images shortcut: opv disable: True # - name : core.ac.uk # engine : core Loading Loading @@ -374,10 +369,6 @@ engines: # timeout : 6.0 # disabled : True - name : digg engine : digg shortcut : dg - name : erowid engine : xpath paging : True Loading Loading @@ -421,6 +412,7 @@ engines: - name: wikidata engine: wikidata shortcut: wd timeout: 3.0 weight: 2 tests: *tests_infobox Loading Loading @@ -470,12 +462,6 @@ engines: require_api_key: false results: HTML - name : ebay engine : ebay shortcut : eb disabled : True timeout: 5 - name : 1x engine : www1x shortcut : 1x Loading Loading
searx/settings.yml +9 −23 Original line number Diff line number Diff line Loading @@ -71,11 +71,11 @@ ui: # key : !!binary "your_morty_proxy_key" outgoing: # communication with search engines request_timeout : 6.0 # default timeout in seconds, can be override by engine request_timeout : 3.0 # default timeout in seconds, can be override by engine # max_request_timeout: 10.0 # the maximum timeout in seconds useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator pool_connections : 100 # The maximum number of concurrent connections that may be established. pool_maxsize : 20 # Allow the connection pool to maintain keep-alive connections below this point. pool_connections : 200 # The maximum number of concurrent connections that may be established. pool_maxsize : 40 # Allow the connection pool to maintain keep-alive connections below this point. enable_http2: True # See https://www.python-httpx.org/http2/ keepalive_expiry: 5.0 source_ips: [] Loading Loading @@ -233,7 +233,6 @@ engines: engine : wikipedia shortcut : wp base_url : 'https://{language}.wikipedia.org/' disabled: True #The fulltext and title parameter is necessary for Wikimini because sometimes it will not show the results and redirect instead - name: wikimini Loading Loading @@ -290,11 +289,6 @@ engines: require_api_key: false results: HTML - name : btdigg engine : btdigg shortcut : bt disabled : True - name : ccc-tv engine : xpath paging : False Loading @@ -317,6 +311,7 @@ engines: engine: openverse categories: images shortcut: opv disable: True # - name : core.ac.uk # engine : core Loading Loading @@ -374,10 +369,6 @@ engines: # timeout : 6.0 # disabled : True - name : digg engine : digg shortcut : dg - name : erowid engine : xpath paging : True Loading Loading @@ -421,6 +412,7 @@ engines: - name: wikidata engine: wikidata shortcut: wd timeout: 3.0 weight: 2 tests: *tests_infobox Loading Loading @@ -470,12 +462,6 @@ engines: require_api_key: false results: HTML - name : ebay engine : ebay shortcut : eb disabled : True timeout: 5 - name : 1x engine : www1x shortcut : 1x Loading