Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c4149 int election_timeout = SENTINEL_ELECTION_TIMEOUT; in sentinelFailoverWaitStart() local
4153 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()