Searched refs:kMaxConsecutiveErrors (Results 1 – 1 of 1) sorted by relevance
548 constexpr int kMaxConsecutiveErrors = 10; in ListenForever() local555 if (++consecutive_errors >= kMaxConsecutiveErrors) { in ListenForever()