From a42d977dea5847617e5ade5aaeb2a46a5c3992fc Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 6 Feb 2024 16:50:45 +0800 Subject: [PATCH] fix the description of wal_dir (#16454) (#16462) --- tikv-configuration-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 1ff7e91446d0f..db7f774bc70ad 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -768,8 +768,8 @@ Configuration items related to RocksDB ### `wal-dir` -+ The directory in which WAL files are stored -+ Default value: `"/tmp/tikv/store"` ++ The directory in which WAL files are stored. If not specified, the WAL files will be stored in the same directory as the data. ++ Default value: `""` ### `wal-ttl-seconds`