Written inside the request interface, only one takes effect · Issue #38 · long2ice/fastapi-limiter · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Written inside the request interface, only one takes effect:
rate_limiter = RateLimiter(5, seconds=10)
await rate_limiter(request, Response())
The reason is found because the keys generated in redis are the same
The text was updated successfully, but these errors were encountered: