This is an automated email from the ASF dual-hosted git repository.

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new 4c4fb98a8c6 optimize:optimize config item (#1017)
4c4fb98a8c6 is described below

commit 4c4fb98a8c6921dcd015f059a4a26129cba68985
Author: xiaoyu <[email protected]>
AuthorDate: Fri Sep 26 11:44:34 2025 +0800

    optimize:optimize config item (#1017)
---
 i18n/en/docusaurus-plugin-content-docs/current/user/configurations.md  | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.0/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.1/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.2/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.3/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.4/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.5/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/current/user/configurations.md      | 3 ++-
 .../docusaurus-plugin-content-docs/version-v2.0/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.1/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.2/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.3/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.4/user/configurations.md | 2 ++
 .../docusaurus-plugin-content-docs/version-v2.5/user/configurations.md | 3 ++-
 14 files changed, 28 insertions(+), 2 deletions(-)

diff --git 
a/i18n/en/docusaurus-plugin-content-docs/current/user/configurations.md 
b/i18n/en/docusaurus-plugin-content-docs/current/user/configurations.md
index 3b24b0e7879..d0a6014abab 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/user/configurations.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/user/configurations.md
@@ -196,6 +196,8 @@ 
transport.enable-client-batch-send-request、client.log.exceptionRate
 | transport.enableClientBatchSendRequest             | whether to batch merge 
and send client transaction message requests                         | The 
default is true and false                                                       
                                                                                
                                                                                
                                                                        |
 | transport.enableTmClientChannelCheckFailFast       | TM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
 | transport.enableRmClientChannelCheckFailFast       | RM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
+| transport.enableTmClientBatchSendRequest           | TM Batch Send Request 
Message Switch                                                        | Default 
false                                                                           
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
+| transport.enableRmClientBatchSendRequest           | RM Batch Send Request 
Message Switch                                                        | Default 
true                                                                            
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
 | client.log.exceptionRate                           | log exception output 
probability                                                            | 100 by 
default, currently used for exception stack output in case of undo rollback 
failure, 1% probability output, rollback failure is basically dirty data, no 
need to output stack to occupy hard disk space                                  
                                                                            |
 | service.vgroupMapping.my_test_tx_Group             | transaction group 
(Appendix 1)                                                              | my* 
test* tx\_ Group refers to grouping, and the configuration item value is TC 
cluster name                                                                    
                                                                                
                                                                            |
 | service.default.grouplist                          | TC service list 
(Appendix 2)                                                                | 
Only used when the registry is file                                             
                                                                                
                                                                                
                                                                            |
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-v2.0/user/configurations.md 
b/i18n/en/docusaurus-plugin-content-docs/version-v2.0/user/configurations.md
index 3271dd5eb12..b70dec954b0 100644
--- a/i18n/en/docusaurus-plugin-content-docs/version-v2.0/user/configurations.md
+++ b/i18n/en/docusaurus-plugin-content-docs/version-v2.0/user/configurations.md
@@ -132,6 +132,8 @@ description: Seata parameter configuration.
 | seata.enableAutoDataSourceProxy=true               | whether to enable 
automatic proxy of data source                                            | 
True, false, data spring boot starter (SSBS) is a special configuration. SSBS 
will enable automatic proxy of data source by default and can be closed through 
this configuration item                                                         
                                                                              |
 | seata.useJdkProxy=false                            | whether to use JDK 
proxy as the implementation method of data source automatic proxy        | 
true, false, (SSBS) proprietary configuration, false by default, CGLIB as the 
implementation method of data source automatic proxy                            
                                                                                
                                                                              |
 | transport.enableClientBatchSendRequest             | whether to batch merge 
and send client transaction message requests                         | The 
default is true and false                                                       
                                                                                
                                                                                
                                                                        |
+| transport.enableTmClientBatchSendRequest           | TM Batch Send Request 
Message Switch                                                        | Default 
false                                                                           
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
+| transport.enableRmClientBatchSendRequest           | RM Batch Send Request 
Message Switch                                                        | Default 
true                                                                            
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
 | client.log.exceptionRate                           | log exception output 
probability                                                            | 100 by 
default, currently used for exception stack output in case of undo rollback 
failure, 1% probability output, rollback failure is basically dirty data, no 
need to output stack to occupy hard disk space                                  
                                                                            |
 | service.vgroupMapping.my_test_tx_Group             | transaction group 
(Appendix 1)                                                              | my* 
test* tx\_ Group refers to grouping, and the configuration item value is TC 
cluster name                                                                    
                                                                                
                                                                            |
 | service.default.grouplist                          | TC service list 
(Appendix 2)                                                                | 
Only used when the registry is file                                             
                                                                                
                                                                                
                                                                            |
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-v2.1/user/configurations.md 
b/i18n/en/docusaurus-plugin-content-docs/version-v2.1/user/configurations.md
index f4f5bcd552a..06b6d7c3740 100644
--- a/i18n/en/docusaurus-plugin-content-docs/version-v2.1/user/configurations.md
+++ b/i18n/en/docusaurus-plugin-content-docs/version-v2.1/user/configurations.md
@@ -180,6 +180,8 @@ 
transport.enable-client-batch-send-request、client.log.exceptionRate
 | transport.enableClientBatchSendRequest             | whether to batch merge 
and send client transaction message requests                         | The 
default is true and false                                                       
                                                                                
                                                                                
                                                                        |
 | transport.enableTmClientChannelCheckFailFast       | TM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
 | transport.enableRmClientChannelCheckFailFast       | RM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
+| transport.enableTmClientBatchSendRequest           | TM Batch Send Request 
Message Switch                                                        | Default 
false                                                                           
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
+| transport.enableRmClientBatchSendRequest           | RM Batch Send Request 
Message Switch                                                        | Default 
true                                                                            
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
 | client.log.exceptionRate                           | log exception output 
probability                                                            | 100 by 
default, currently used for exception stack output in case of undo rollback 
failure, 1% probability output, rollback failure is basically dirty data, no 
need to output stack to occupy hard disk space                                  
                                                                            |
 | service.vgroupMapping.my_test_tx_Group             | transaction group 
(Appendix 1)                                                              | my* 
test* tx\_ Group refers to grouping, and the configuration item value is TC 
cluster name                                                                    
                                                                                
                                                                            |
 | service.default.grouplist                          | TC service list 
(Appendix 2)                                                                | 
Only used when the registry is file                                             
                                                                                
                                                                                
                                                                            |
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-v2.2/user/configurations.md 
b/i18n/en/docusaurus-plugin-content-docs/version-v2.2/user/configurations.md
index a398f8c107e..dacb1c85b81 100644
--- a/i18n/en/docusaurus-plugin-content-docs/version-v2.2/user/configurations.md
+++ b/i18n/en/docusaurus-plugin-content-docs/version-v2.2/user/configurations.md
@@ -180,6 +180,8 @@ 
transport.enable-client-batch-send-request、client.log.exceptionRate
 | transport.enableClientBatchSendRequest             | whether to batch merge 
and send client transaction message requests                         | The 
default is true and false                                                       
                                                                                
                                                                                
                                                                        |
 | transport.enableTmClientChannelCheckFailFast       | TM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
 | transport.enableRmClientChannelCheckFailFast       | RM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
+| transport.enableTmClientBatchSendRequest           | TM Batch Send Request 
Message Switch                                                        | Default 
false                                                                           
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
+| transport.enableRmClientBatchSendRequest           | RM Batch Send Request 
Message Switch                                                        | Default 
true                                                                            
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
 | client.log.exceptionRate                           | log exception output 
probability                                                            | 100 by 
default, currently used for exception stack output in case of undo rollback 
failure, 1% probability output, rollback failure is basically dirty data, no 
need to output stack to occupy hard disk space                                  
                                                                            |
 | service.vgroupMapping.my_test_tx_Group             | transaction group 
(Appendix 1)                                                              | my* 
test* tx\_ Group refers to grouping, and the configuration item value is TC 
cluster name                                                                    
                                                                                
                                                                            |
 | service.default.grouplist                          | TC service list 
(Appendix 2)                                                                | 
Only used when the registry is file                                             
                                                                                
                                                                                
                                                                            |
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-v2.3/user/configurations.md 
b/i18n/en/docusaurus-plugin-content-docs/version-v2.3/user/configurations.md
index 57d02534792..e52ed43be6d 100644
--- a/i18n/en/docusaurus-plugin-content-docs/version-v2.3/user/configurations.md
+++ b/i18n/en/docusaurus-plugin-content-docs/version-v2.3/user/configurations.md
@@ -193,6 +193,8 @@ 
transport.enable-client-batch-send-request、client.log.exceptionRate
 | transport.enableClientBatchSendRequest             | whether to batch merge 
and send client transaction message requests                         | The 
default is true and false                                                       
                                                                                
                                                                                
                                                                        |
 | transport.enableTmClientChannelCheckFailFast       | TM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
 | transport.enableRmClientChannelCheckFailFast       | RM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
+| transport.enableTmClientBatchSendRequest           | TM Batch Send Request 
Message Switch                                                        | Default 
false                                                                           
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
+| transport.enableRmClientBatchSendRequest           | RM Batch Send Request 
Message Switch                                                        | Default 
true                                                                            
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
 | client.log.exceptionRate                           | log exception output 
probability                                                            | 100 by 
default, currently used for exception stack output in case of undo rollback 
failure, 1% probability output, rollback failure is basically dirty data, no 
need to output stack to occupy hard disk space                                  
                                                                            |
 | service.vgroupMapping.my_test_tx_Group             | transaction group 
(Appendix 1)                                                              | my* 
test* tx\_ Group refers to grouping, and the configuration item value is TC 
cluster name                                                                    
                                                                                
                                                                            |
 | service.default.grouplist                          | TC service list 
(Appendix 2)                                                                | 
Only used when the registry is file                                             
                                                                                
                                                                                
                                                                            |
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-v2.4/user/configurations.md 
b/i18n/en/docusaurus-plugin-content-docs/version-v2.4/user/configurations.md
index e6e72263640..d261b11e040 100644
--- a/i18n/en/docusaurus-plugin-content-docs/version-v2.4/user/configurations.md
+++ b/i18n/en/docusaurus-plugin-content-docs/version-v2.4/user/configurations.md
@@ -196,6 +196,8 @@ 
transport.enable-client-batch-send-request、client.log.exceptionRate
 | transport.enableClientBatchSendRequest             | whether to batch merge 
and send client transaction message requests                         | The 
default is true and false                                                       
                                                                                
                                                                                
                                                                        |
 | transport.enableTmClientChannelCheckFailFast       | TM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
 | transport.enableRmClientChannelCheckFailFast       | RM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
+| transport.enableTmClientBatchSendRequest           | TM Batch Send Request 
Message Switch                                                        | Default 
false                                                                           
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
+| transport.enableRmClientBatchSendRequest           | RM Batch Send Request 
Message Switch                                                        | Default 
true                                                                            
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
 | client.log.exceptionRate                           | log exception output 
probability                                                            | 100 by 
default, currently used for exception stack output in case of undo rollback 
failure, 1% probability output, rollback failure is basically dirty data, no 
need to output stack to occupy hard disk space                                  
                                                                            |
 | service.vgroupMapping.my_test_tx_Group             | transaction group 
(Appendix 1)                                                              | my* 
test* tx\_ Group refers to grouping, and the configuration item value is TC 
cluster name                                                                    
                                                                                
                                                                            |
 | service.default.grouplist                          | TC service list 
(Appendix 2)                                                                | 
Only used when the registry is file                                             
                                                                                
                                                                                
                                                                            |
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-v2.5/user/configurations.md 
b/i18n/en/docusaurus-plugin-content-docs/version-v2.5/user/configurations.md
index 3b24b0e7879..d0a6014abab 100644
--- a/i18n/en/docusaurus-plugin-content-docs/version-v2.5/user/configurations.md
+++ b/i18n/en/docusaurus-plugin-content-docs/version-v2.5/user/configurations.md
@@ -196,6 +196,8 @@ 
transport.enable-client-batch-send-request、client.log.exceptionRate
 | transport.enableClientBatchSendRequest             | whether to batch merge 
and send client transaction message requests                         | The 
default is true and false                                                       
                                                                                
                                                                                
                                                                        |
 | transport.enableTmClientChannelCheckFailFast       | TM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
 | transport.enableRmClientChannelCheckFailFast       | RM client channel check 
fail fast                                                           | The 
default is true. true is check, false is not check                              
                                                                                
                                                                                
                                                                        |
+| transport.enableTmClientBatchSendRequest           | TM Batch Send Request 
Message Switch                                                        | Default 
false                                                                           
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
+| transport.enableRmClientBatchSendRequest           | RM Batch Send Request 
Message Switch                                                        | Default 
true                                                                            
                                                                                
                                                                                
                                                                    | new in 
1.5.1 version |
 | client.log.exceptionRate                           | log exception output 
probability                                                            | 100 by 
default, currently used for exception stack output in case of undo rollback 
failure, 1% probability output, rollback failure is basically dirty data, no 
need to output stack to occupy hard disk space                                  
                                                                            |
 | service.vgroupMapping.my_test_tx_Group             | transaction group 
(Appendix 1)                                                              | my* 
test* tx\_ Group refers to grouping, and the configuration item value is TC 
cluster name                                                                    
                                                                                
                                                                            |
 | service.default.grouplist                          | TC service list 
(Appendix 2)                                                                | 
Only used when the registry is file                                             
                                                                                
                                                                                
                                                                            |
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/configurations.md 
b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/configurations.md
index 58658f4c22c..13da028ae05 100644
--- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/configurations.md
+++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/user/configurations.md
@@ -41,7 +41,6 @@ description: Seata 参数配置。
 | transport.serialization                  | client 和 server 通信编解码方式           
| seata(ByteBuf)、protobuf、kryo、hessian、fst,默认 seata                             
                                                                                
                                                                                
               |
 | transport.compressor                     | client 和 server 通信数据压缩方式         
| none、gzip、zip、sevenz、bzip2、lz4、deflater、zstd,默认 none                          
                                                                                
                                                                                
            | 1.2.0 之前:gzip <br /> 1.2.0:zip、sevenz、bzip2 <br /> 1.3.0:lz4 <br 
/> 1.4.1:deflater <br /> 1.5.1:zstd |
 | transport.heartbeat                      | client 和 server 通信心跳检测开关         
| 默认 true 开启                                                                    
                                                                                
                                                                                
                  |
-| transport.heartbeat                      | client 和 server 通信心跳检测开关         
| 默认 true 开启                                                                    
                                                                                
                                                                                
                  |
 | registry.type                            | 注册中心类型                            
  | 默认 file,支持 file 、nacos 、redis、eureka、zk、consul、etcd3、sofa、custom            
                                                                                
                                                                                
           | 1.6.0 版本 Sever 端支持可同时注册到多个注册中心,以逗号分隔注册中心名                          
            |
 | config.type                              | 配置中心类型                            
  | 默认 file,支持 file、nacos 、apollo、zk、consul、etcd3、springcloud、custom            
                                                                                
                                                                                
            |
 
@@ -151,6 +150,8 @@ description: Seata 参数配置。
 | transport.enableClientBatchSendRequest             | 客户端事务消息请求是否批量合并发送       
     | 默认 true,false 单条发送                                                       
                                                                      |
 | transport.enableTmClientChannelCheckFailFast       | 客户端 TM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
 | transport.enableRmClientChannelCheckFailFast       | 客户端 RM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
+| transport.enableTmClientBatchSendRequest  | TM 批量发送请求消息开关                   
| 默认 false                                                                      
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
+| transport.enableRmClientBatchSendRequest  | RM 批量发送请求消息开关                   
| 默认 true                                                                       
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
 | client.log.exceptionRate                           | 日志异常输出概率                
              | 默认 100,目前用于 undo 回滚失败时异常堆栈输出,百分之一的概率输出,回滚失败基本是脏数据,无需输出堆栈占用硬盘空间  
                                  |
 | service.vgroupMapping.my_test_tx_group             | 事务群组(附录 1)              
              | my_test_tx_group 为分组,配置项值为 TC 集群名                               
                                                                          |
 | service.default.grouplist                          | TC 服务列表(附录 2)           
              | 仅注册中心为 file 时使用                                                 
                                                                             |
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/user/configurations.md 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/user/configurations.md
index 6f82e551cce..5817325127a 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/user/configurations.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.0/user/configurations.md
@@ -129,6 +129,8 @@ description: Seata 参数配置。
 | seata.enableAutoDataSourceProxy=true               | 是否开启数据源自动代理             
           | true、false,seata-spring-boot-starter(SSBS)专有配置,SSBS 
默认会开启数据源自动代理,可通过该配置项关闭.                                                 |
 | seata.useJdkProxy=false                            | 是否使用 JDK 
代理作为数据源自动代理的实现方式 | true、false,(SSBS)专有配置,默认 false,采用 CGLIB 作为数据源自动代理的实现方式       
                                                                  |
 | transport.enableClientBatchSendRequest             | 客户端事务消息请求是否批量合并发送       
     | 默认 true,false 单条发送                                                       
                                                                      |
+| transport.enableTmClientBatchSendRequest  | TM 批量发送请求消息开关                   
| 默认 false                                                                      
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
+| transport.enableRmClientBatchSendRequest  | RM 批量发送请求消息开关                   
| 默认 true                                                                       
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
 | client.log.exceptionRate                           | 日志异常输出概率                
              | 默认 100,目前用于 undo 回滚失败时异常堆栈输出,百分之一的概率输出,回滚失败基本是脏数据,无需输出堆栈占用硬盘空间  
                                  |
 | service.vgroupMapping.my_test_tx_group             | 事务群组(附录 1)              
              | my_test_tx_group 为分组,配置项值为 TC 集群名                               
                                                                          |
 | service.default.grouplist                          | TC 服务列表(附录 2)           
              | 仅注册中心为 file 时使用                                                 
                                                                             |
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.1/user/configurations.md 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.1/user/configurations.md
index 7c266ea0bb9..03370d84e8c 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.1/user/configurations.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.1/user/configurations.md
@@ -133,6 +133,8 @@ description: Seata 参数配置。
 | transport.enableClientBatchSendRequest             | 客户端事务消息请求是否批量合并发送       
     | 默认 true,false 单条发送                                                       
                                                                      |
 | transport.enableTmClientChannelCheckFailFast       | 客户端 TM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
 | transport.enableRmClientChannelCheckFailFast       | 客户端 RM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
+| transport.enableTmClientBatchSendRequest  | TM 批量发送请求消息开关                   
| 默认 false                                                                      
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
+| transport.enableRmClientBatchSendRequest  | RM 批量发送请求消息开关                   
| 默认 true                                                                       
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
 | client.log.exceptionRate                           | 日志异常输出概率                
              | 默认 100,目前用于 undo 回滚失败时异常堆栈输出,百分之一的概率输出,回滚失败基本是脏数据,无需输出堆栈占用硬盘空间  
                                  |
 | service.vgroupMapping.my_test_tx_group             | 事务群组(附录 1)              
              | my_test_tx_group 为分组,配置项值为 TC 集群名                               
                                                                          |
 | service.default.grouplist                          | TC 服务列表(附录 2)           
              | 仅注册中心为 file 时使用                                                 
                                                                             |
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.2/user/configurations.md 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.2/user/configurations.md
index 9d1d8b0a802..d5ce913a5cd 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.2/user/configurations.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.2/user/configurations.md
@@ -134,6 +134,8 @@ description: Seata 参数配置。
 | transport.enableClientBatchSendRequest             | 客户端事务消息请求是否批量合并发送       
     | 默认 true,false 单条发送                                                       
                                                                      |
 | transport.enableTmClientChannelCheckFailFast       | 客户端 TM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
 | transport.enableRmClientChannelCheckFailFast       | 客户端 RM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
+| transport.enableTmClientBatchSendRequest  | TM 批量发送请求消息开关                   
| 默认 false                                                                      
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
+| transport.enableRmClientBatchSendRequest  | RM 批量发送请求消息开关                   
| 默认 true                                                                       
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
 | client.log.exceptionRate                           | 日志异常输出概率                
              | 默认 100,目前用于 undo 回滚失败时异常堆栈输出,百分之一的概率输出,回滚失败基本是脏数据,无需输出堆栈占用硬盘空间  
                                  |
 | service.vgroupMapping.my_test_tx_group             | 事务群组(附录 1)              
              | my_test_tx_group 为分组,配置项值为 TC 集群名                               
                                                                          |
 | service.default.grouplist                          | TC 服务列表(附录 2)           
              | 仅注册中心为 file 时使用                                                 
                                                                             |
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.3/user/configurations.md 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.3/user/configurations.md
index 5422d3ae6cc..af169f5f31e 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.3/user/configurations.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.3/user/configurations.md
@@ -148,6 +148,8 @@ description: Seata 参数配置。
 | transport.enableClientBatchSendRequest             | 客户端事务消息请求是否批量合并发送       
     | 默认 true,false 单条发送                                                       
                                                                      |
 | transport.enableTmClientChannelCheckFailFast       | 客户端 TM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
 | transport.enableRmClientChannelCheckFailFast       | 客户端 RM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
+| transport.enableTmClientBatchSendRequest  | TM 批量发送请求消息开关                   
| 默认 false                                                                      
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
+| transport.enableRmClientBatchSendRequest  | RM 批量发送请求消息开关                   
| 默认 true                                                                       
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
 | client.log.exceptionRate                           | 日志异常输出概率                
              | 默认 100,目前用于 undo 回滚失败时异常堆栈输出,百分之一的概率输出,回滚失败基本是脏数据,无需输出堆栈占用硬盘空间  
                                  |
 | service.vgroupMapping.my_test_tx_group             | 事务群组(附录 1)              
              | my_test_tx_group 为分组,配置项值为 TC 集群名                               
                                                                          |
 | service.default.grouplist                          | TC 服务列表(附录 2)           
              | 仅注册中心为 file 时使用                                                 
                                                                             |
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.4/user/configurations.md 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.4/user/configurations.md
index a8b6c75ae64..30e68fa3f65 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.4/user/configurations.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.4/user/configurations.md
@@ -151,6 +151,8 @@ description: Seata 参数配置。
 | transport.enableClientBatchSendRequest             | 客户端事务消息请求是否批量合并发送       
     | 默认 true,false 单条发送                                                       
            |
 | transport.enableTmClientChannelCheckFailFast       | 客户端 TM 快速失败检查           
             | 默认 true,false 不检测                                                
                    |
 | transport.enableRmClientChannelCheckFailFast       | 客户端 RM 快速失败检查           
             | 默认 true,false 不检测                                                
                    |
+| transport.enableTmClientBatchSendRequest  | TM 批量发送请求消息开关                   
| 默认 false                                                                      
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
+| transport.enableRmClientBatchSendRequest  | RM 批量发送请求消息开关                   
| 默认 true                                                                       
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
 | client.log.exceptionRate                           | 日志异常输出概率                
              | 默认 100,目前用于 undo 回滚失败时异常堆栈输出,百分之一的概率输出,回滚失败基本是脏数据,无需输出堆栈占用硬盘空间  
                     |
 | service.vgroupMapping.my_test_tx_group             | 事务群组(附录 1)              
              | my_test_tx_group 为分组,配置项值为 TC 集群名                               
                     |
 | service.default.grouplist                          | TC 服务列表(附录 2)           
              | 仅注册中心为 file 时使用                                                 
                     |
diff --git 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.5/user/configurations.md 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.5/user/configurations.md
index 58658f4c22c..13da028ae05 100644
--- 
a/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.5/user/configurations.md
+++ 
b/i18n/zh-cn/docusaurus-plugin-content-docs/version-v2.5/user/configurations.md
@@ -41,7 +41,6 @@ description: Seata 参数配置。
 | transport.serialization                  | client 和 server 通信编解码方式           
| seata(ByteBuf)、protobuf、kryo、hessian、fst,默认 seata                             
                                                                                
                                                                                
               |
 | transport.compressor                     | client 和 server 通信数据压缩方式         
| none、gzip、zip、sevenz、bzip2、lz4、deflater、zstd,默认 none                          
                                                                                
                                                                                
            | 1.2.0 之前:gzip <br /> 1.2.0:zip、sevenz、bzip2 <br /> 1.3.0:lz4 <br 
/> 1.4.1:deflater <br /> 1.5.1:zstd |
 | transport.heartbeat                      | client 和 server 通信心跳检测开关         
| 默认 true 开启                                                                    
                                                                                
                                                                                
                  |
-| transport.heartbeat                      | client 和 server 通信心跳检测开关         
| 默认 true 开启                                                                    
                                                                                
                                                                                
                  |
 | registry.type                            | 注册中心类型                            
  | 默认 file,支持 file 、nacos 、redis、eureka、zk、consul、etcd3、sofa、custom            
                                                                                
                                                                                
           | 1.6.0 版本 Sever 端支持可同时注册到多个注册中心,以逗号分隔注册中心名                          
            |
 | config.type                              | 配置中心类型                            
  | 默认 file,支持 file、nacos 、apollo、zk、consul、etcd3、springcloud、custom            
                                                                                
                                                                                
            |
 
@@ -151,6 +150,8 @@ description: Seata 参数配置。
 | transport.enableClientBatchSendRequest             | 客户端事务消息请求是否批量合并发送       
     | 默认 true,false 单条发送                                                       
                                                                      |
 | transport.enableTmClientChannelCheckFailFast       | 客户端 TM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
 | transport.enableRmClientChannelCheckFailFast       | 客户端 RM 快速失败检查           
             | 默认 true,false 不检测                                                
                                                                               |
+| transport.enableTmClientBatchSendRequest  | TM 批量发送请求消息开关                   
| 默认 false                                                                      
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
+| transport.enableRmClientBatchSendRequest  | RM 批量发送请求消息开关                   
| 默认 true                                                                       
                                                                                
                                                                                
                    | 1.5.1 版本新增                                                
                                            |
 | client.log.exceptionRate                           | 日志异常输出概率                
              | 默认 100,目前用于 undo 回滚失败时异常堆栈输出,百分之一的概率输出,回滚失败基本是脏数据,无需输出堆栈占用硬盘空间  
                                  |
 | service.vgroupMapping.my_test_tx_group             | 事务群组(附录 1)              
              | my_test_tx_group 为分组,配置项值为 TC 集群名                               
                                                                          |
 | service.default.grouplist                          | TC 服务列表(附录 2)           
              | 仅注册中心为 file 时使用                                                 
                                                                             |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to