Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct some configs' notes (#19305) #19328

Merged
Merged
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
8 changes: 0 additions & 8 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,10 +583,6 @@ Configuration items related to Raftstore.

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

> **Note:**
>
> This configuration item cannot be queried via SQL statements but can be configured in the configuration file.

+ The soft limit on the size of a single message packet
+ Default value: `"1MB"`
+ Minimum value: greater than `0`
Expand All @@ -595,10 +591,6 @@ Configuration items related to Raftstore.

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

> **Note:**
>
> This configuration item cannot be queried via SQL statements but can be configured in the configuration file.

+ The number of Raft logs to be confirmed. If this number is exceeded, the Raft state machine slows down log sending.
+ Default value: `256`
+ Minimum value: greater than `0`
Expand Down
Loading