Skip to content

Commit

Permalink
Remove redundant instructions (#6903)
Browse files Browse the repository at this point in the history
  • Loading branch information
glkappe authored Aug 20, 2021
1 parent 2301ccf commit c6bbaba
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 @@ -461,14 +461,9 @@ raftstore 相关的配置项。

### `hibernate-regions`

+ 打开或关闭静默 Region。打开后,如果 Region 长时间处于非活跃状态,即被自动设置为静默状态。静默状态的 Region 可以降低 Leader 和 Follower 之间心跳信息的系统开销。可以通过 `raftstore.peer-stale-state-check-interval` 调整 Leader 和 Follower 之间的心跳间隔。
+ 打开或关闭静默 Region。打开后,如果 Region 长时间处于非活跃状态,即被自动设置为静默状态。静默状态的 Region 可以降低 Leader 和 Follower 之间心跳信息的系统开销。可以通过 `peer-stale-state-check-interval` 调整 Leader 和 Follower 之间的心跳间隔。
+ 默认值:v5.0.2 及以后版本默认值为 true,v5.0.2 以前的版本默认值为 false

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

+ 修改对 Region 的状态检查间隔时间。
+ 默认值:5 min

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

+ 检查 region 是否需要分裂的时间间隔,0 表示不启用。
Expand Down

0 comments on commit c6bbaba

Please sign in to comment.