mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add rate limiting per engine
This commit is contained in:
parent
666cd1f635
commit
85eca4fb22
8 changed files with 90 additions and 8 deletions
|
|
@ -45,6 +45,7 @@ ENGINE_DEFAULT_ARGS = {
|
|||
"using_tor_proxy": False,
|
||||
"display_error_messages": True,
|
||||
"send_accept_language_header": False,
|
||||
"rate_limit": [{"max_requests": float('inf'), "interval": 1}],
|
||||
"tokens": [],
|
||||
"about": {},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue