You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser 8762863ebf [mod] presearch: set WEB timeout to 4sec & single network for all request
timeout: 4.0
  The timeout of presearch-WEB is left up from the default of 3sec to 4sec.  The
  engine has to send two HTTP requests, they often exceed the default timeout of
  3sec. Since all other presearch categories (images, videos, news) also have a
  timeout of 4 sec, the WEB search should also have the same timeout.

network: presearch
  Place all HTTP requests in the same network, named ``presearch``.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
9 months ago
..
answerers
botdetection [fix] update check.searx.space IP addresses 10 months ago
data Update searx.data - update_wikidata_units.py 9 months ago
enginelib [fix] spelling 1 year ago
engines [mod] presearch: add language & region support 9 months ago
infopage [mod] search-syntax.md: add tutorial about the feeling lucky feature 1 year ago
metrics [fix] spelling 1 year ago
network [fix] spelling 1 year ago
plugins [mod] isolation of botdetection from the limiter 11 months ago
search [fix] SyntaxWarning: invalid escape sequence '\>' 9 months ago
static [build] /static 9 months ago
templates/simple [mod] simplify no results on pages > 1 to "There are no more results." 9 months ago
translations [translations] update from Weblate 9 months ago
__init__.py [mod] document server:public_instance & remove it out of the botdetection 11 months ago
autocomplete.py [feat] autocompleter: implementation of stract (beta) 9 months ago
babel_extract.py
compat.py
exceptions.py [fix] spelling 1 year ago
external_bang.py
external_urls.py
flaskfix.py
limiter.py [mod] document server:public_instance & remove it out of the botdetection 11 months ago
limiter.toml [mod] isolation of botdetection from the limiter 11 months ago
locales.py [fix] spelling 1 year ago
preferences.py [mod] add hotkeys option to settings.yml 12 months ago
query.py [feat] implement feeling lucky feature 1 year ago
redisdb.py
redislib.py [fix] spelling 1 year ago
results.py [mod] Retain page numbers even when there are no results 10 months ago
searxng.msg
settings.yml [mod] presearch: set WEB timeout to 4sec & single network for all request 9 months ago
settings_defaults.py [mod] add option max_page 10 months ago
settings_loader.py [fix] spelling 1 year ago
sxng_locales.py Update searx.data - update_engine_traits.py 1 year ago
unixthreadname.py
utils.py [fix] HTMLParser: undocumented not implemented method 11 months ago
version.py
webadapter.py Revert "[fix] limit maximum page number of a search query to page 50." (#2979) 11 months ago
webapp.py [mod] isolation of botdetection from the limiter 11 months ago
webutils.py