Skip to content

Commit

Permalink
Correct some configs' notes (#18776) (#19004)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Nov 4, 2024
1 parent df88d18 commit 4e59abf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,6 @@ raftstore 相关的配置项。

### `raft-max-size-per-msg`

> **注意:**
>
> 该配置项不支持通过 SQL 语句查询,但支持在配置文件中进行配置。
+ 产生的单个消息包的大小限制,软限制。
+ 默认值:1MiB
+ 最小值:大于 0
Expand All @@ -675,10 +671,6 @@ raftstore 相关的配置项。

### `raft-max-inflight-msgs`

> **注意:**
>
> 该配置项不支持通过 SQL 语句查询,但支持在配置文件中进行配置。
+ 待确认的日志个数,如果超过这个数量,Raft 状态机会减缓发送日志的速度。
+ 默认值:256
+ 最小值:大于 0
Expand Down

0 comments on commit 4e59abf

Please sign in to comment.