Browse Source

chore: improve changelog

firest 2 năm trước cách đây
mục cha
commit
8219af2fd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      changes/ce/fix-10448.en.md

+ 1 - 1
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`.