This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/master by this push:
new 34b085d delete blank chart line
34b085d is described below
commit 34b085dfbe603c096a43a86c058d25f6cd54a945
Author: WangKai <[email protected]>
AuthorDate: Mon Apr 1 15:55:15 2019 +0800
delete blank chart line
---
docs/cn/best_practice.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/cn/best_practice.md b/docs/cn/best_practice.md
index 731a24b..83ac375 100755
--- a/docs/cn/best_practice.md
+++ b/docs/cn/best_practice.md
@@ -289,7 +289,6 @@
DefaultMQProducer、TransactionMQProducer、DefaultMQPushConsumer、DefaultMQPul
| offsetStore | | 消费进度存储
|
| consumeThreadMin | 10 | 消费线程池最小线程数
|
| consumeThreadMax | 20 | 消费线程池最大线程数
|
-| | |
|
| consumeConcurrentlyMaxSpan | 2000 |
单队列并行消费允许的最大跨度 |
| pullThresholdForQueue | 1000 |
拉消息本地队列缓存消息最大数 |
| pullInterval | 0 |
拉消息间隔,由于是长轮询,所以为0,但是如果应用为了流控,也可以设置大于0的值,单位毫秒 |