chore: update changes

This commit is contained in:
firest 2023-05-06 16:54:44 +08:00
parent d914d1ee1d
commit 197ebccf95
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Simplify limiter configuration.
- Reduce the complexity of the limiter's configuration.
e.g. now users can use `limiter.messages_rate = 1000/s` to quickly set the node-level limit for the message publish.
- Update the `configs/limiter` API to suit this refactor.