fix(limiter): update change && fix deprecated version
This commit is contained in:
parent
1b066fc0b6
commit
7a96a9772d
|
@ -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"}
|
||||
}
|
||||
)}
|
||||
];
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue