ds
This commit is contained in:
parent
53ff1188af
commit
7b0b939f56
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ limiter = Limiter(
|
||||||
app,
|
app,
|
||||||
key_func=get_CF,
|
key_func=get_CF,
|
||||||
default_limits=["3/second;30/minute;200/hour;1000/day"],
|
default_limits=["3/second;30/minute;200/hour;1000/day"],
|
||||||
application_limits=["10/second;200/minute;5000/hour;10000/day"],
|
application_limits=["10/second;200/minute;5000/hour;12000/day"],
|
||||||
storage_uri=environ.get("REDIS_URL", "redis://localhost")
|
storage_uri=environ.get("REDIS_URL", "redis://localhost")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue