From 0f281c070ef6d1875db6219523d71eda098d88ea Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 5 Nov 2024 11:46:51 +0800 Subject: [PATCH] Correct some configs' notes (#19305) (#19329) --- tikv-configuration-file.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 430b49daf1006..fbce85a420a61 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -650,10 +650,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` @@ -662,10 +658,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`