From 8cba555bebe58cd4d10cf4caf87dae0dcfad5aff Mon Sep 17 00:00:00 2001 From: Binbin Date: Tue, 25 Feb 2025 14:52:17 +0800 Subject: [PATCH] Update valkey.conf Co-authored-by: Ping Xie Signed-off-by: Binbin --- valkey.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/valkey.conf b/valkey.conf index 0c06ca7db0..b2b7438ec8 100644 --- a/valkey.conf +++ b/valkey.conf @@ -1692,10 +1692,10 @@ aof-timestamp-enabled no # shutdown-on-sigint default # shutdown-on-sigterm default -# If the node receives a SIGTERM or is shut down in another way when it is -# running in cluster mode and is a primary with replicas, it can trigger a -# manual failover to one of its replicas before shutting down. This is faster -# and safer than waiting for an automatic failover to happen. Default is 'no'. +# In cluster mode, if a primary node with replicas receives a SIGTERM or is shut down, +# it can proactively initiate a manual failover. This promotes one of its replicas to + # primary before shutdown, resulting in a quicker and safer transition than relying on +# an automatic failover. Default is 'no'. # # auto-failover-on-shutdown no