From 82de18a449f118255c0f862b6584624ca5448461 Mon Sep 17 00:00:00 2001 From: James Howe <675056+OrangeDog@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:17:53 +0100 Subject: [PATCH] Fix replica/master confusion in sentinel.conf --- sentinel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel.conf b/sentinel.conf index b7b3604f0..54823d577 100644 --- a/sentinel.conf +++ b/sentinel.conf @@ -201,7 +201,7 @@ acllog-max-len 128 # sentinel parallel-syncs # -# 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.