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 <shiva.sheri.github@gmail.com>
This commit is contained in:
Shivshankar 2024-10-25 08:03:59 -04:00 committed by GitHub
parent 9c60fcdae2
commit 4be09e434a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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