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

This commit is contained in:
firest 2023-05-05 16:26:06 +08:00
parent 1b066fc0b6
commit 7a96a9772d
2 changed files with 1 additions and 2 deletions

View File

@ -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"}
}
)}
];

View File

@ -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.