mirror of https://mirror.osredm.com/root/redis.git
Fix the misleading description of the option repl-ping-slave-period (#4687)
Co-authored-by: yoav-steinberg <yoav@monfort.co.il>
This commit is contained in:
parent
64e1e7e207
commit
88795f5cba
|
@ -641,7 +641,7 @@ repl-diskless-sync-max-replicas 0
|
||||||
# you risk an OOM kill.
|
# you risk an OOM kill.
|
||||||
repl-diskless-load disabled
|
repl-diskless-load disabled
|
||||||
|
|
||||||
# Replicas send PINGs to server in a predefined interval. It's possible to
|
# Master send PINGs to its replicas in a predefined interval. It's possible to
|
||||||
# change this interval with the repl_ping_replica_period option. The default
|
# change this interval with the repl_ping_replica_period option. The default
|
||||||
# value is 10 seconds.
|
# value is 10 seconds.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue