1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
""" |
|||
New configuration module for FastAPI |
|||
""" |
|||
|
|||
# New feature: Rate limiting |
|||
RATE_LIMIT_ENABLED = True |
|||
RATE_LIMIT_MAX_REQUESTS = 100 |
|||
RATE_LIMIT_WINDOW_SECONDS = 60 |
|||
Loading…
Reference in new issue