This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push: new 757bf458ac optimize: optimze ratelimit bucketTokenNumPerSecond config (#7242) 757bf458ac is described below commit 757bf458ac9e7005893917992c1af12a83ad18fd Author: Jingliu <928124...@qq.com> AuthorDate: Mon Mar 24 11:13:35 2025 +0800 optimize: optimze ratelimit bucketTokenNumPerSecond config (#7242) --- changes/en-us/2.x.md | 1 + changes/zh-cn/2.x.md | 2 +- server/src/main/resources/application.example.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 7aa3d248b9..a3790d8806 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -75,6 +75,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#7222](https://github.com/apache/incubator-seata/pull/7222)] in raft mode add the vgroup field to global lock - [[#7229](https://github.com/apache/incubator-seata/pull/7229)] update Notice - [[#7234](https://github.com/apache/incubator-seata/pull/7234)] discover the raft leader node from the naming server +- [[#7242](https://github.com/apache/incubator-seata/pull/7242)] optimize: optimize ratelimit bucketTokenNumPerSecond config diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index d4fef21133..492afa9406 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -75,7 +75,7 @@ - [[#7222](https://github.com/apache/incubator-seata/pull/7222)] raft模式下控制台接口响应全局锁信息时增加vgroup字段 - [[#7229](https://github.com/apache/incubator-seata/pull/7229)] 更新 Notice - [[#7234](https://github.com/apache/incubator-seata/pull/7234)] 优化raft对接namingserve时的服务发现逻辑 - +- [[#7242](https://github.com/apache/incubator-seata/pull/7242)] 更改参考案例下的ratelimit配置 ### security: - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] 升级Guava依赖版本,修复安全漏洞 diff --git a/server/src/main/resources/application.example.yml b/server/src/main/resources/application.example.yml index fc07378d30..aedae28712 100644 --- a/server/src/main/resources/application.example.yml +++ b/server/src/main/resources/application.example.yml @@ -161,7 +161,7 @@ seata: enable-branch-async-remove: false #enable to asynchronous remove branchSession ratelimit: enable: false - bucketTokenSecondNum: 999999 + bucketTokenNumPerSecond: 999999 bucketTokenMaxNum: 999999 bucketTokenInitialNum: 999999 store: --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org