From 4be09e434a3b5bf55e6e6b5a98f315720e31010f Mon Sep 17 00:00:00 2001 From: Shivshankar Date: Fri, 25 Oct 2024 08:03:59 -0400 Subject: [PATCH] Fix typo in valkey.conf file's shutdown section (#1224) Found typo "exists" ==> "exits" in valkey.conf in shutdown section. Signed-off-by: Shivshankar-Reddy --- valkey.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valkey.conf b/valkey.conf index 5960feb1b..588746867 100644 --- a/valkey.conf +++ b/valkey.conf @@ -1580,7 +1580,7 @@ aof-timestamp-enabled no # Maximum time to wait for replicas when shutting down, in seconds. # # During shut down, a grace period allows any lagging replicas to catch up with -# the latest replication offset before the primary exists. This period can +# the latest replication offset before the primary exits. This period can # prevent data loss, especially for deployments without configured disk backups. # # The 'shutdown-timeout' value is the grace period's duration in seconds. It is