From 34b09e071fbdc4e91e5759eeb906387b0f01807c Mon Sep 17 00:00:00 2001 From: firest Date: Mon, 15 May 2023 18:08:33 +0800 Subject: [PATCH] fix(limiter): fix a format error in the changelog --- changes/ce/perf-10625.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/perf-10625.en.md b/changes/ce/perf-10625.en.md index 42e712648..a3271d739 100644 --- a/changes/ce/perf-10625.en.md +++ b/changes/ce/perf-10625.en.md @@ -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.