Home
last modified time | relevance | path

Searched refs:rejoin_delay (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c3830 mstime_t rejoin_delay = server.cluster_node_timeout; in clusterUpdateState() local
3836 if (rejoin_delay > CLUSTER_MAX_REJOIN_DELAY) in clusterUpdateState()
3837 rejoin_delay = CLUSTER_MAX_REJOIN_DELAY; in clusterUpdateState()
3838 if (rejoin_delay < CLUSTER_MIN_REJOIN_DELAY) in clusterUpdateState()
3839 rejoin_delay = CLUSTER_MIN_REJOIN_DELAY; in clusterUpdateState()
3843 mstime() - among_minority_time < rejoin_delay) in clusterUpdateState()