mirror of
https://github.com/redis/redis.git
synced 2026-06-09 00:33:08 -04:00
Fix replica/master confusion in sentinel.conf
This commit is contained in:
parent
f2f85ba354
commit
82de18a449
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ acllog-max-len 128
|
|||
|
||||
# sentinel parallel-syncs <master-name> <numreplicas>
|
||||
#
|
||||
# How many replicas we can reconfigure to point to the new replica simultaneously
|
||||
# How many replicas we can reconfigure to point to the new master simultaneously
|
||||
# during the failover. Use a low number if you use the replicas to serve query
|
||||
# to avoid that all the replicas will be unreachable at about the same
|
||||
# time while performing the synchronization with the master.
|
||||
|
|
|
|||
Loading…
Reference in a new issue