summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author박승현 <ppillip@gmail.com>2020-03-18 14:40:50 +0900
committerGitHub <noreply@github.com>2020-03-18 14:40:50 +0900
commitd9de9d5478909231dd544c2e4782a891aadc6b8c (patch)
tree9a8935068f3bc318c74a337b5d14e1625faf7a08
parentb3a97004f4c5555158f774279e5e2131cf909a6d (diff)
downloadredis-d9de9d5478909231dd544c2e4782a891aadc6b8c.tar.gz
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