Closed wondar-chan closed 12 months ago
in allowN's script, I found burst_offset, which is curious, is not necessary. In fact, increment is okay to calculate remaining token.
burst_offset
I think about it for day long, now i get it! This limiter is based on sliding window. So, the burst_offset, increment are the parts of windows.
in allowN's script, I found
burst_offset
, which is curious, is not necessary. In fact, increment is okay to calculate remaining token.