Searched refs:auth_timeout (Results 1 – 1 of 1) sorted by relevance
2710 mstime_t auth_timeout, auth_retry_time; in clusterHandleSlaveFailover() local2721 auth_timeout = server.cluster_node_timeout*2; in clusterHandleSlaveFailover()2722 if (auth_timeout < 2000) auth_timeout = 2000; in clusterHandleSlaveFailover()2723 auth_retry_time = auth_timeout*2; in clusterHandleSlaveFailover()2830 if (auth_age > auth_timeout) { in clusterHandleSlaveFailover()