fix rate limit.

This commit is contained in:
Aunali321 2022-09-09 19:03:17 +05:30 committed by GitHub
parent f5b8323b05
commit b4cb3a8440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ port = 8000
[slowapi]
limit = "15/sec"
limit = "1000/minute"
[cache]
expire = 60