You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hyx is providing a token bucket-based rate limiting at this moment.
Let's implement a leaky bucket-based rate limiting, too.
We should provide LeakyBucket as a standalone component, so other projects could import it to build their very custom logic as well as use it in the leaky bucket limiter implementation.
The text was updated successfully, but these errors were encountered:
Hyx is providing a token bucket-based rate limiting at this moment.
Let's implement a leaky bucket-based rate limiting, too.
We should provide LeakyBucket as a standalone component, so other projects could import it to build their very custom logic as well as use it in the leaky bucket limiter implementation.
The text was updated successfully, but these errors were encountered: