Skip to content

Commit

Permalink
TiKV configuration: remove redundant instructions (#6218) (#6289)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 26, 2021
1 parent a8d1e0b commit 6cbe8b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,14 +462,9 @@ Configuration items related to Raftstore

### `hibernate-regions`

+ Enables or disables Hibernate Region. When this option is enabled, a Region idle for a long time is automatically set as hibernated. This reduces the extra overhead caused by heartbeat messages between the Raft leader and the followers for idle Regions. You can use `raftstore.peer-stale-state-check-interval` to modify the heartbeat interval between the leader and the followers of hibernated Regions.
+ Enables or disables Hibernate Region. When this option is enabled, a Region idle for a long time is automatically set as hibernated. This reduces the extra overhead caused by heartbeat messages between the Raft leader and the followers for idle Regions. You can use `peer-stale-state-check-interval` to modify the heartbeat interval between the leader and the followers of hibernated Regions.
+ Default value: `true` in v5.0.2 and later versions; `false` in versions before v5.0.2

### `raftstore.peer-stale-state-check-interval`

+ Modifies the state check interval for Regions.
+ Default value: 5 min

### `split-region-check-tick-interval`

+ Specifies the interval at which to check whether the Region split is needed. `0` means that this feature is disabled.
Expand Down

0 comments on commit 6cbe8b0

Please sign in to comment.