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:
parent
9c60fcdae2
commit
4be09e434a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user