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
This might just be a misunderstanding from my side but the limit is accumulated when not used, meaning if there are no requests for hours a big burst of requests exceeding the set limit would be valid (basically token accumulate and unspent tokens can be "saved" for later).
I would have imaged this limit to be "static", meaning it just being reset after the timeout with there being no way to accumulate unspent tokens.
I think both are valid options so please correct me if this library is not intended for the second use case.
I would be happy to contribute, just let me know 😊
The text was updated successfully, but these errors were encountered:
Thank you so much for your interest in this repository! Initially, this axum-limit crate was created mainly for educational purposes. However, I’m thrilled to see your enthusiasm for this project. If you're willing to contribute and help make it truly functional, that would be absolutely fantastic! 😊
This might just be a misunderstanding from my side but the limit is accumulated when not used, meaning if there are no requests for hours a big burst of requests exceeding the set limit would be valid (basically token accumulate and unspent tokens can be "saved" for later).
I would have imaged this limit to be "static", meaning it just being reset after the timeout with there being no way to accumulate unspent tokens.
I think both are valid options so please correct me if this library is not intended for the second use case.
I would be happy to contribute, just let me know 😊
The text was updated successfully, but these errors were encountered: