Merge pull request #7000 from ppillip/patch-1

Update redis.conf
This commit is contained in:
Salvatore Sanfilippo 2020-03-18 11:06:22 +01:00 committed by GitHub
commit 2ceda2d79d

View File

@ -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