Skip to content

Commit

Permalink
fix the description of wal_dir (#16454)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpadeA-Tang authored Feb 6, 2024
1 parent e49428c commit 63fd582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 63fd582

Please sign in to comment.