We are considering dropping the burst limit, therefore, we can change the rate-limiting implementation to remove frang history and use something similar to sliding window counter. This will allow us to consume less memory while remaining fairly accurate.
For example see https://blog.cloudflare.com/counting-things-a-lot-of-different-things/
We are considering dropping the burst limit, therefore, we can change the rate-limiting implementation to remove frang history and use something similar to sliding window counter. This will allow us to consume less memory while remaining fairly accurate.
For example see https://blog.cloudflare.com/counting-things-a-lot-of-different-things/