From b6b9e0f88ead46383c63da6a6f1332df05c7b9e1 Mon Sep 17 00:00:00 2001 From: chenxubiao Date: Wed, 5 Jun 2019 16:52:00 +0800 Subject: [PATCH] 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 731a24be267c..3b64ed66ec99 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 则利用刷盘一组消息的模式,可以取得更好的性能。 |​