Merge pull request #10704 from lafirest/fix/changelog_format

fix(limiter): fix a format error in the changelog
This commit is contained in:
lafirest 2023-05-15 18:29:58 +08:00 committed by GitHub
commit 6945f78f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Simplify limiter configuration. Simplify limiter configuration.
- Reduce the complexity of the limiter's 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. - Update the `configs/limiter` API to suit this refactor.