Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h77 #define CLUSTER_CANT_FAILOVER_RELOG_PERIOD (60*5) /* seconds. */ macro
H A Dcluster.c2867 time(NULL)-lastlog_time < CLUSTER_CANT_FAILOVER_RELOG_PERIOD) in clusterLogCantFailover()