From 3dbc2f901a23c8b33a09381377b13f72e7d4e4b2 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Mon, 4 Nov 2024 14:07:19 +0800 Subject: [PATCH] Update tikv-configuration-file.md --- tikv-configuration-file.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index bc2db79671fc2..eb05df22da47d 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -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` @@ -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`