Searched refs:wait_time_between_attempts (Results 1 – 1 of 1) sorted by relevance
270 constexpr auto wait_time_between_attempts = 1s; in RequestWorker() local282 std::this_thread::sleep_for(wait_time_between_attempts); in RequestWorker()