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`