summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2020-03-18 11:06:22 +0100
committerGitHub <noreply@github.com>2020-03-18 11:06:22 +0100
commitc52415b219ebc9e4baa162d05118a78909c0cb06 (patch)
tree53fcbd2f43b2bcecf595d5b964ffaca0fb945d47
parent82e18077696f32ce364d10452af9a9dbd06db0c3 (diff)
parentd9de9d5478909231dd544c2e4782a891aadc6b8c (diff)
downloadredis-c52415b219ebc9e4baa162d05118a78909c0cb06.tar.gz
Merge pull request #7000 from ppillip/patch-1
Update redis.conf
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index c9d256bef..7c55a3ab0 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1628,7 +1628,7 @@ hz 10
# offers, and enables by default, the ability to use an adaptive HZ value
# which will temporary raise when there are many connected clients.
#
-# When dynamic HZ is enabled, the actual configured HZ will be used as
+# When dynamic HZ is enabled, the actual configured HZ will be used
# as a baseline, but multiples of the configured HZ value will be actually
# used as needed once more clients are connected. In this way an idle
# instance will use very little CPU time while a busy instance will be