• antirez's avatar
    Cluster: set a minimum rejoin delay if node_timeout is too small. · a81340ab
    antirez authored
    The rejoin delay usually is the node timeout. However if the node
    timeout is too small, we set it to 500 milliseconds, that is a value
    chosen to be greater than most setups RTT / instances latency figures
    so that likely communication with other nodes happen before rejoining.
    a81340ab
cluster.c 131 KB