Fix replica/master confusion in sentinel.conf

This commit is contained in:
James Howe 2024-09-12 18:17:53 +01:00 committed by GitHub
parent f2f85ba354
commit 82de18a449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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