mirror of
https://github.com/searxng/searxng.git
synced 2026-07-26 09:51:34 +00:00
add rate limiting per engine
This commit is contained in:
@@ -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": {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user