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 token bucket parameter refillRate is being used to set the bucket refill amount for every 1 second. Add a parameter refillFrequency to adjust to time between refills other than 1 second. Maybe it defaults to 1 second and maybe the parameter refillRate needs to be changed to refillAmount. The end goal is to be able to configure the algorithm to refill at a rate of 10 tokens a minute, for example.
The text was updated successfully, but these errors were encountered:
The token bucket parameter
refillRate
is being used to set the bucket refill amount for every 1 second. Add a parameterrefillFrequency
to adjust to time between refills other than 1 second. Maybe it defaults to 1 second and maybe the parameterrefillRate
needs to be changed torefillAmount
. The end goal is to be able to configure the algorithm to refill at a rate of 10 tokens a minute, for example.The text was updated successfully, but these errors were encountered: