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
When someone is using the RateLimiter to throttle requests, it may be desirable never to exceed the permitsPerSecond, even if that results in underutilization of resources. To achieve that the maxBurstSeconds must be set to 0.
Currently even though the desired functionality is supported by the class internally, it is not exposed by the RateLimiter's public API
The text was updated successfully, but these errors were encountered:
Original issue created by [email protected] on 2013-11-16 at 07:44 PM
When someone is using the RateLimiter to throttle requests, it may be desirable never to exceed the permitsPerSecond, even if that results in underutilization of resources. To achieve that the maxBurstSeconds must be set to 0.
Currently even though the desired functionality is supported by the class internally, it is not exposed by the RateLimiter's public API
The text was updated successfully, but these errors were encountered: