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
The current implementation for the token bucket ("smooth") rate limiting strategy does not support token return. The idea is that the bucket is not only filled periodically with a defined amount of token but also that a token is placed back into the bucket when a request is finished.
It would be nice if there is a rate limit option that you can enable or disable.