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/templates/oscar
Alexandre Flament 72029d27de
[enh] Add timeout limit per request (#1640)
The new url parameter "timeout_limit" set timeout limit defined in second.
Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds.

In addition, the query can start with <[number] to set the timeout limit.

For number between 0 and 99, the unit is the second :
Example: "<30 searx" means the timeout limit is 3 seconds

For number above 100, the unit is the millisecond:
Example: "<850 searx" means the timeout is 850 milliseconds.

In addition, there is a new optional setting: outgoing.max_request_timeout.
If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query).

If the value is set, the user can set a timeout between 0 and max_request_timeout using
<[number] or timeout_limit query parameter.

Related to #1077
Updated version of PR #1413 from @isj-privacore
5 years ago
..
messages show engine errors when no result is returned at all 7 years ago
result_templates [mod] restore btdigg engine as btdig.com (#1515) 5 years ago
404.html [enh] py3 compatibility 7 years ago
about.html [mod] add a __common__ template that can't be selected but that provides a common place for shared templates. 8 years ago
advanced.html [enh] search input design mods according to #226 8 years ago
base.html add links to footers of oscar and simple themes 7 years ago
categories.html [fix] menu without js - closes #747 8 years ago
index.html [fix] logo responsivity ++ preferences button hover 8 years ago
infobox.html [fix] links in new tabs without js ++ noopener bug fix - closes #674 8 years ago
languages.html Revert "remove 'all' option from search languages" 6 years ago
macros.html Remove extra / in url_for parameter for oscar theme 7 years ago
navbar.html [enh] make navbar smaller 8 years ago
preferences.html refactor engine's search language handling 7 years ago
results.html [enh] Add timeout limit per request (#1640) 5 years ago
search.html [enh] search input design mods according to #226 8 years ago
search_full.html [fix] wrap categories on small screens ++ some code formatting - closes #647 8 years ago
stats.html oscar template: update messages 10 years ago
time-range.html [enh] search input design mods according to #226 8 years ago