From e004d1cc4d8b928f879ffd19f58c1ce53796899f Mon Sep 17 00:00:00 2001 From: kaiy Date: Sun, 26 Jun 2022 00:19:00 +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 9357b5f55..ab37dcc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,4 @@ - [fix:solve ratelimit-callee-service UnknownHostException.](https://github.com/Tencent/spring-cloud-tencent/pull/291) - [Update GitHub Actions workflow](https://github.com/Tencent/spring-cloud-tencent/pull/295) - [Feature:add restTemplate Report Polaris](https://github.com/Tencent/spring-cloud-tencent/pull/300) +- [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)