From 1b066fc0b62590fc2174377b39e7d03346425759 Mon Sep 17 00:00:00 2001 From: firest Date: Thu, 4 May 2023 17:30:10 +0800 Subject: [PATCH] chore: update changes --- changes/ce/perf-10591.en.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ce/perf-10591.en.md diff --git a/changes/ce/perf-10591.en.md b/changes/ce/perf-10591.en.md new file mode 100644 index 000000000..d503b3331 --- /dev/null +++ b/changes/ce/perf-10591.en.md @@ -0,0 +1,4 @@ +Improve the configuration of the limiter. +- Simplify the memory representation of the limiter configuration. +- Make sure the node-level limiter can really work when the listener's limiter configuration is omitted. +- Return the most suitable instance for the different limiter configuration.