Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ This document only describes the parameters that are not included in command-lin
+ Default value: `"3s"`
+ Minimum value: `"1s"`

### `graceful-shutdown-timeout`

+ Specifies the timeout for graceful shutdown. If the timeout is reached before the leader transfer completes, TiKV skips the transfer and proceeds directly to the shutdown process. To disable graceful shutdown, set the value to `0s`.
+ Default value: `"20s"`
+ Minimum value: `"0s"`

### `concurrent-send-snap-limit`

+ The maximum number of snapshots sent at the same time
Expand Down