testing
This commit is contained in:
parent
9c6ff97e4d
commit
933831c422
13 changed files with 101 additions and 109 deletions
|
@ -74,6 +74,7 @@ limiter = Limiter(
|
|||
app,
|
||||
key_func=get_ipaddr,
|
||||
default_limits=["3/second;30/minute;200/hour;1000/day"],
|
||||
application_limits=["5/second;100/minute;5000/hour;10000/day"],
|
||||
headers_enabled=True,
|
||||
strategy="fixed-window"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue