mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 01:09:21 +02:00
[doc] add missing docs for the search.max_page setting
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
e7cb18c3dd
commit
08a90d46d6
6 changed files with 24 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
favicon_resolver: ""
|
||||
default_lang: ""
|
||||
ban_time_on_fail: 5
|
||||
max_page: 0
|
||||
max_ban_time_on_fail: 120
|
||||
suspended_times:
|
||||
SearxEngineAccessDenied: 86400
|
||||
|
@ -75,6 +76,11 @@
|
|||
- fr
|
||||
- fr-BE
|
||||
|
||||
``max_page``:
|
||||
If engine supports paging, 0 means unlimited numbers of pages. The value
|
||||
is only applied if the engine itself does not have a max value that is
|
||||
lower than this one.
|
||||
|
||||
``ban_time_on_fail``:
|
||||
Ban time in seconds after engine errors.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue