Closed Ensiferum closed 5 months ago
Implemented simple RateLimiter with some example rules (FixedWindowLimiterRule, SingleRequestPerWindowLimiterRule, RegionBasedCustomLimiterRule)
a certain timespan passed since the last call;
this thing could be implemented through FixedWindowLimiterRule with limit:1, but decided to add separate rule
Implemented simple RateLimiter with some example rules (FixedWindowLimiterRule, SingleRequestPerWindowLimiterRule, RegionBasedCustomLimiterRule)
this thing could be implemented through FixedWindowLimiterRule with limit:1, but decided to add separate rule