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.
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.