Skip to content

Commit

Permalink
Correct some configs' notes (#19305) (#19331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Nov 5, 2024
1 parent 3b102f1 commit 253ce4a
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 @@ -662,10 +662,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: `"1MiB"`
+ Minimum value: greater than `0`
Expand All @@ -674,10 +670,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

0 comments on commit 253ce4a

Please sign in to comment.