fix: update RateLimiter settings and load Discord webhook URL from environment

This commit is contained in:
2026-02-03 12:48:58 -05:00
parent 277804d212
commit c74d3b3550
2 changed files with 3 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ class Misc(FastAPI):
handler,
methods=["GET"],
include_in_schema=True,
dependencies=[Depends(RateLimiter(times=10, seconds=2))],
dependencies=[Depends(RateLimiter(times=25, seconds=2))],
)
app.add_api_route(