Searched refs:election_timeout (Results 1 – 1 of 1) sorted by relevance
4149 int election_timeout = SENTINEL_ELECTION_TIMEOUT; in sentinelFailoverWaitStart() local4153 if (election_timeout > ri->failover_timeout) in sentinelFailoverWaitStart()4154 election_timeout = ri->failover_timeout; in sentinelFailoverWaitStart()4156 if (mstime() - ri->failover_start_time > election_timeout) { in sentinelFailoverWaitStart()