From 63fd5828a0a4c29a0fa55f867f0abec0f2166206 Mon Sep 17 00:00:00 2001 From: Spade A <71589810+SpadeA-Tang@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:35:44 +0800 Subject: [PATCH] fix the description of wal_dir (#16454) --- 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 d3caa3e6e44d0..5477cd5dfcccc 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -1176,8 +1176,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`