Skip to content

Commit

Permalink
[ISSUE #3567] fix: The value of configuration item (PushConsumer#cons…
Browse files Browse the repository at this point in the history
…umeThreadMin) in document and code are different.
  • Loading branch information
XiaoyiPeng authored and Git-Yang committed Dec 2, 2021
1 parent eff9530 commit d6f3ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cn/best_practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ DefaultMQProducer、TransactionMQProducer、DefaultMQPushConsumer、DefaultMQPul
| subscription | | 订阅关系 |
| messageListener | | 消息监听器 |
| offsetStore | | 消费进度存储 |
| consumeThreadMin | 10 | 消费线程池最小线程数 |
| consumeThreadMin | 20 | 消费线程池最小线程数 |
| consumeThreadMax | 20 | 消费线程池最大线程数 |
| consumeConcurrentlyMaxSpan | 2000 | 单队列并行消费允许的最大跨度 |
| pullThresholdForQueue | 1000 | 拉消息本地队列缓存消息最大数 |
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Configuration_Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d6f3ed6

Please sign in to comment.