From 94e08992a2bd37bce257b924b65ec38659fb6b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=8C=E5=AD=A6=E7=9A=84=E5=8F=AF=E7=88=B1=E5=A5=B3?= =?UTF-8?q?=E5=8F=8B=E7=B3=96=E7=B3=96?= Date: Thu, 1 Jul 2021 15:01:22 +0800 Subject: [PATCH] [ISSUE #3097] docs remove obsolete/error configuration --- docs/cn/best_practice.md | 2 +- docs/en/best_practice.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cn/best_practice.md b/docs/cn/best_practice.md index 4ad6bb23..b24c6eca 100755 --- a/docs/cn/best_practice.md +++ b/docs/cn/best_practice.md @@ -186,8 +186,8 @@ msgId一定是全局唯一标识符,但是实际使用中,可能会存在相 | brokerName | null | broker 的名称 | | brokerClusterName | DefaultCluster | 本 broker 所属的 Cluser 名称 | | brokerId | 0 | broker id, 0 表示 master, 其他的正整数表示 slave | +| storePathRootDir | $HOME/store/ | 存储根路径 | | storePathCommitLog | $HOME/store/commitlog/ | 存储 commit log 的路径 | -| storePathConsumerQueue | $HOME/store/consumequeue/ | 存储 consume queue 的路径 | | mappedFileSizeCommitLog | 1024 * 1024 * 1024(1G) | commit log 的映射文件大小 |​ | deleteWhen | 04 | 在每天的什么时间删除已经超过文件保留时间的 commit log |​ | fileReservedTime | 72 | 以小时计算的文件保留时间 |​ diff --git a/docs/en/best_practice.md b/docs/en/best_practice.md index be3b937d..213dc317 100755 --- a/docs/en/best_practice.md +++ b/docs/en/best_practice.md @@ -20,8 +20,8 @@ | brokerName | null | broker name | | brokerClusterName | DefaultCluster | this broker belongs to which cluster | | brokerId | 0 | broker id, 0 means master, positive integers mean slave | +| storePathRootDir | $HOME/store/ | file path for root store | | storePathCommitLog | $HOME/store/commitlog/ | file path for commit log | -| storePathConsumerQueue | $HOME/store/consumequeue/ | file path for consume queue | | mappedFileSizeCommitLog | 1024 * 1024 * 1024(1G) | mapped file size for commit log |​ | deleteWhen | 04 | When to delete the commitlog which is out of the reserve time |​ | fileReserverdTime | 72 | The number of hours to keep a commitlog before deleting it |​ -- GitLab