fix(limiter): fix a format error in the changelog

This commit is contained in:
firest 2023-05-15 18:08:33 +08:00
parent 0d25242b6c
commit 34b09e071f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +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.
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.