mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Max out number of queries
This commit is contained in:
parent
a38e3e0c90
commit
9bd40ed7f6
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ auth_password = "${env.SEARCH_BACKEND_PASSWORD}"
|
|||
|
||||
[channel.search]
|
||||
|
||||
query_limit_default = 10
|
||||
query_limit_maximum = 100
|
||||
query_alternates_try = 4
|
||||
query_limit_default = 65535
|
||||
query_limit_maximum = 65535
|
||||
query_alternates_try = 10
|
||||
|
||||
suggest_limit_default = 5
|
||||
suggest_limit_maximum = 20
|
||||
|
|
Loading…
Reference in a new issue