Skip to content

Commit 98468df

Browse files
committed
Increase tick service delay for esp.
1 parent dd714bc commit 98468df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/quicr/detail/tick_service.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ namespace quicr {
122122
std::atomic<bool> stop_{ false };
123123

124124
/// Sleep delay in microseconds
125-
const uint64_t sleep_delay_us_{ 10000 };
125+
const uint64_t sleep_delay_us_{ 30000 };
126126

127127
/// The thread to update ticks on.
128128
std::thread tick_thread_;

0 commit comments

Comments
 (0)