brandur/redis-cell

what mean doc say "The total limit of the key (max_burst + 1)."?

Closed this issue · 1 comments

total limit why not is 30 ??

It's just kind of a side effect of how the algorithm works. The bucket may be refilling at any given time, so the total gets calculated with one additional slot. If it's concerning, just set your max burst to one less than you would've otherwise (29).