Searched refs:WaitOnEofMaxInterval (Results 1 – 1 of 1) sorted by relevance
74 static constexpr auto WaitOnEofMaxInterval = 1s; variable911 if (mWaitOnEofInterval >= WaitOnEofMaxInterval) { in doWaitOnEof()917 std::min<std::chrono::milliseconds>(mWaitOnEofInterval * 2, WaitOnEofMaxInterval); in doWaitOnEof()