Open bharel opened 2 years ago
Add some clarification that the regular Limiter is equivalent to 'leaky bucket as a queue' algorithm with an infinite queue.
Limiter
Add clarification that the LeakyBucketLimiter is equivalent to both the 'leaky bucket as a limiter' algorithm, and the 'Token Bucket' algorithm.
LeakyBucketLimiter
Continuance of #3.
Add some clarification that the regular
Limiter
is equivalent to 'leaky bucket as a queue' algorithm with an infinite queue.Add clarification that the
LeakyBucketLimiter
is equivalent to both the 'leaky bucket as a limiter' algorithm, and the 'Token Bucket' algorithm.Continuance of #3.