From 1ea1bb287ff005f37fff252e2fe33162758de1dd Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 31 Aug 2021 15:58:13 +0800 Subject: [PATCH] modify configuration online: remove unsupported parameters (#6300) (#6354) --- dynamic-config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dynamic-config.md b/dynamic-config.md index 95412d23461fc..6a8fb18182689 100644 --- a/dynamic-config.md +++ b/dynamic-config.md @@ -125,7 +125,6 @@ The following TiKV configuration items can be modified online: | Configuration item | Description | | :--- | :--- | -| `raftstore.sync-log` | Determines whether to sync data and logs for persistent storage | | `raftstore.raft-entry-max-size` | The maximum size of a single log | | `raftstore.raft-log-gc-tick-interval` | The time interval at which the polling task of deleting Raft logs is scheduled | | `raftstore.raft-log-gc-threshold` | The soft limit on the maximum allowable number of residual Raft logs |