Searched refs:auth_timeout (Results 1 – 1 of 1) sorted by relevance
2952 mstime_t auth_timeout, auth_retry_time; in clusterHandleSlaveFailover() local2963 auth_timeout = server.cluster_node_timeout*2; in clusterHandleSlaveFailover()2964 if (auth_timeout < 2000) auth_timeout = 2000; in clusterHandleSlaveFailover()2965 auth_retry_time = auth_timeout*2; in clusterHandleSlaveFailover()3076 if (auth_age > auth_timeout) { in clusterHandleSlaveFailover()