From 19dc3fc9ad38f52ab752584d07a7bcc48dde2294 Mon Sep 17 00:00:00 2001 From: chengshiwen Date: Sun, 8 Sep 2024 21:45:35 +0800 Subject: [PATCH] fix(config): fix max-concurrent-deletes typo in config.sample.toml --- etc/config.sample.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.sample.toml b/etc/config.sample.toml index e568520..0f126ef 100644 --- a/etc/config.sample.toml +++ b/etc/config.sample.toml @@ -129,7 +129,7 @@ # MaxConcurrentDeletes is the maximum number of simultaneous DELETE calls on a shard # The default is 1, and should be left unchanged for most users - # MaxConcurrentDeletes = 1 + # max-concurrent-deletes = 1 # CompactThroughput is the rate limit in bytes per second that we # will allow TSM compactions to write to disk. Note that short bursts are allowed