diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 27e9927b20ae1..05a2b3e7036da 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -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` @@ -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`