Skip to content

Commit

Permalink
fix(config): fix max-concurrent-deletes typo in config.sample.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chengshiwen committed Sep 8, 2024
1 parent c8c8566 commit 19dc3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19dc3fc

Please sign in to comment.