Searched refs:CLIENT_ERR_BASE_RETRY_DURATION_S (Results 1 – 1 of 1) sorted by relevance
37 const static int CLIENT_ERR_BASE_RETRY_DURATION_S = 3600; // 1h for base duration variable137 int64_t duration = pow(2, verifyCnt) * CLIENT_ERR_BASE_RETRY_DURATION_S; // base * 2 ^ verifyCnt in CalcRetryDuration()