From 8219af2fd439acb1a75c3f3dca0399361082b31e Mon Sep 17 00:00:00 2001 From: firest Date: Wed, 19 Apr 2023 16:45:53 +0800 Subject: [PATCH] chore: improve changelog --- changes/ce/fix-10448.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/fix-10448.en.md b/changes/ce/fix-10448.en.md index eaa0dc656..c35ecdd8b 100644 --- a/changes/ce/fix-10448.en.md +++ b/changes/ce/fix-10448.en.md @@ -1,3 +1,3 @@ Fix a compatibility issue of limiter configuration introduced by v5.0.23 which broke the upgrade from previous versions if the `capacity` is `infinity`. -Since v5.0.23, we had instead of `capacity` by `burst`, after this fix, a `capacity` with `infinity` value will be converted to a `burst` with a zero value. +In v5.0.23 we have replaced `capacity` with `burst`. After this fix, a `capacity = infinity` config will be automatically converted to equivalent `burst = 0`.