Unverified Commit c52415b2 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #7000 from ppillip/patch-1

Update redis.conf
parents 82e18077 d9de9d54
...@@ -1628,7 +1628,7 @@ hz 10 ...@@ -1628,7 +1628,7 @@ hz 10
# offers, and enables by default, the ability to use an adaptive HZ value # offers, and enables by default, the ability to use an adaptive HZ value
# which will temporary raise when there are many connected clients. # 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 # 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 # 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 # instance will use very little CPU time while a busy instance will be
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment