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

zhangyang pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new d6f3ed6  [ISSUE #3567] fix: The value of configuration item 
(PushConsumer#consumeThreadMin) in document and code are different.
d6f3ed6 is described below

commit d6f3ed6c1ace2dc622f6ddbe5f46da3fda8a6162
Author: XiaoyiPeng <[email protected]>
AuthorDate: Wed Dec 1 15:54:21 2021 +0800

    [ISSUE #3567] fix: The value of configuration item 
(PushConsumer#consumeThreadMin) in document and code are different.
---
 docs/cn/best_practice.md        | 2 +-
 docs/en/Configuration_Client.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/cn/best_practice.md b/docs/cn/best_practice.md
index b24c6ec..07b4ba4 100755
--- a/docs/cn/best_practice.md
+++ b/docs/cn/best_practice.md
@@ -287,7 +287,7 @@ 
DefaultMQProducer、TransactionMQProducer、DefaultMQPushConsumer、DefaultMQPul
 | subscription                 |                               | 订阅关系          
                                           |
 | messageListener              |                               | 消息监听器         
                                          |
 | offsetStore                  |                               | 消费进度存储        
                                         |
-| consumeThreadMin             | 10                            | 消费线程池最小线程数    
                                           |
+| consumeThreadMin             | 20                            | 消费线程池最小线程数    
                                           |
 | consumeThreadMax             | 20                            | 消费线程池最大线程数    
                                           |
 | consumeConcurrentlyMaxSpan   | 2000                          | 
单队列并行消费允许的最大跨度                                 |
 | pullThresholdForQueue        | 1000                          | 
拉消息本地队列缓存消息最大数                                 |
diff --git a/docs/en/Configuration_Client.md b/docs/en/Configuration_Client.md
index dedb424..e026a68 100644
--- a/docs/en/Configuration_Client.md
+++ b/docs/en/Configuration_Client.md
@@ -82,7 +82,7 @@ HTTP static server addressing is recommended, because it is 
simple client deploy
 | subscription                 |                               | subscription 
relation                                                    |
 | messageListener              |                               | message 
listener                                                  |
 | offsetStore                  |                               | Consumption 
progress store                                                 |
-| consumeThreadMin             | 10                            | Minimum of 
thread in consumption thread pool                                               
|
+| consumeThreadMin             | 20                            | Minimum of 
thread in consumption thread pool                                               
|
 | consumeThreadMax             | 20                            | Maximum of 
thread in consumption thread pool                                               
|
 |                              |                               |               
                                               |
 | consumeConcurrentlyMaxSpan   | 2000                          | Maximum span 
allowed for single queue parallel consumption                                 |

Reply via email to