You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2019/06/14 03:43:25 UTC

[rocketmq] 06/06: Update best_practice.md

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

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

commit 38a4e4ba61c36b06db498cb03db623b0c57a4362
Author: chenxubiao <ch...@163.com>
AuthorDate: Wed Jun 5 16:52:00 2019 +0800

    Update best_practice.md
    
    config name wrong
---
 docs/cn/best_practice.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/best_practice.md b/docs/cn/best_practice.md
index 731a24b..3b64ed6 100755
--- a/docs/cn/best_practice.md
+++ b/docs/cn/best_practice.md
@@ -190,7 +190,7 @@ msgId一定是全局唯一标识符,但是实际使用中,可能会存在相
 | storePathConsumerQueue                   | $HOME/store/consumequeue/                              | 存储 consume queue 的路径                                              |
 | mapedFileSizeCommitLog     | 1024 * 1024 * 1024(1G) | commit log 的映射文件大小                                       |​ 
 | deleteWhen     | 04 | 在每天的什么时间删除已经超过文件保留时间的 commit log                                        |​ 
-| fileReserverdTime     | 72 | 以小时计算的文件保留时间                                        |​ 
+| fileReservedTime     | 72 | 以小时计算的文件保留时间                                        |​ 
 | brokerRole     | ASYNC_MASTER | SYNC_MASTER/ASYNC_MASTER/SLAVE                                        |​ 
 | flushDiskType     | ASYNC_FLUSH | SYNC_FLUSH/ASYNC_FLUSH SYNC_FLUSH 模式下的 broker 保证在收到确认生产者之前将消息刷盘。ASYNC_FLUSH 模式下的 broker 则利用刷盘一组消息的模式,可以取得更好的性能。                                       |​