瀏覽代碼

fix(limiter): update change && fix deprecated version

firest 2 年之前
父節點
當前提交
7a96a9772d
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      apps/emqx/src/emqx_limiter/src/emqx_limiter_schema.erl
  2. 0 1
      changes/ce/perf-10591.en.md

+ 1 - 1
apps/emqx/src/emqx_limiter/src/emqx_limiter_schema.erl

@@ -122,7 +122,7 @@ fields(limiter) ->
                         desc => ?DESC(client),
                         importance => ?IMPORTANCE_HIDDEN,
                         required => {false, recursively},
-                        deprecated => {since, "5.0.24"}
+                        deprecated => {since, "5.0.25"}
                     }
                 )}
         ];

+ 0 - 1
changes/ce/perf-10591.en.md

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