diff --git a/docs/cn/best_practice.md b/docs/cn/best_practice.md index 4ad6bb23fe7332bfb87d4eeb42997755f58c9777..b24c6eca57bb77e00a53cf49b9770f8a756ad413 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 be3b937d1037b859e9c117e8f1a0152a33adcb6c..213dc3174d93be0d2ffdc920a371114cb22cdf51 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 |​