From 71761e6b98f2194219c5a2d5382974a0368c995f Mon Sep 17 00:00:00 2001 From: XiaoyiPeng <644120242@qq.com> Date: Wed, 1 Dec 2021 15:54:21 +0800 Subject: [PATCH] [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 b24c6eca57b..07b4ba41ac9 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 dedb4240b7c..e026a68a257 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 |