From d4b6feaedfb9e4525c4a5cf913944e5bd0fbf04b Mon Sep 17 00:00:00 2001 From: kaiy Date: Sun, 26 Jun 2022 00:03:43 +0800 Subject: [PATCH] fix the current limiting effect is that other requests cannot be processed when queuing at a constant speed(#308) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930ed3425..d218bee89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,3 +18,4 @@ - [UT: add metadata-transfer unit test](https://github.com/Tencent/spring-cloud-tencent/pull/294) - [Feature:add restTemplate Report Polaris](https://github.com/Tencent/spring-cloud-tencent/pull/272) - [Use jdk constants instead of magic variables](https://github.com/Tencent/spring-cloud-tencent/pull/313) +- [fix the current limiting effect is that other requests cannot be processed when queuing at a constant speed](https://github.com/Tencent/spring-cloud-tencent/pull/308)