From 2b00b2c1b0b61f4782a76430910f032a2ec3184a Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Fri, 29 Nov 2024 08:26:49 -0800 Subject: [PATCH] Clean up valkey.conf wording Signed-off-by: Madelyn Olson --- valkey.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/valkey.conf b/valkey.conf index ba617b20a0..d121b40034 100644 --- a/valkey.conf +++ b/valkey.conf @@ -2372,14 +2372,12 @@ rdb-save-incremental-fsync yes # Maximum percentage of fragmentation at which we use maximum effort # active-defrag-threshold-upper 100 -# Minimal effort for defrag in CPU percentage, to be used when the lower -# threshold is reached. -# Note: this is not actually a cycle time, but is an overall CPU percentage +# Minimal effort for defrag in CPU percentage, not cycle time as the name might +# suggest, to be used when the lower threshold is reached. # active-defrag-cycle-min 1 -# Maximal effort for defrag in CPU percentage, to be used when the upper -# threshold is reached. -# Note: this is not actually a cycle time, but is an overall CPU percentage +# Maximal effort for defrag in CPU percentage, not cycle time as the name might +# suggest, to be used when the upper threshold is reached. # active-defrag-cycle-max 25 # Maximum number of set/hash/zset/list fields that will be processed from