From 30840ba81056afcb1bfb990157fc89031f61bb14 Mon Sep 17 00:00:00 2001 From: en-jin19 Date: Thu, 26 Aug 2021 14:16:43 +0200 Subject: [PATCH] dynamic config: remove unsupported parameters --- dynamic-config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dynamic-config.md b/dynamic-config.md index 49641e05c4642..1ba83da2492d9 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 |