• antirez's avatar
    Cluster: send a ping to every node we never contacted in timeout/2 seconds. · d728ec6d
    antirez authored
    Usually we try to send just 1 ping every second, however when we detect
    we are going to have unreliable failure detection because we can't ping
    some node in time, send an additional ping.
    
    This should only happen with very large clusters or when the the node
    timeout is set to a very low value.
    d728ec6d
cluster.c 89.2 KB