From 51eb4e5d01e95f61d5282b820560d54c016c5b9e Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Tue, 8 Oct 2024 18:14:59 +0800 Subject: [PATCH] Update wording --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index a38dd6021181..2ab3779d9764 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1940,7 +1940,7 @@ Configuration items related to Raft Engine. > **Note:** > -> - This configuration only takes effect when the `dir` and `spill-dir` of the Raft Engine are set to different disk drives. +> - This configuration takes effect only when the `dir` and `spill-dir` of the Raft Engine are set to different disk drives. > - After enabling this feature, if you want to disable it, you need to perform the following operations before restarting TiKV. Otherwise, TiKV will fail to start. > 1. Stop TiKV. > 2. Copy all the Raft Logs from the `spill-dir` directory to the [`dir`](/tikv-configuration-file.md#dir) directory.