Constant r3_kernel::TIME_USER_HEADROOM
source · pub const TIME_USER_HEADROOM: Duration;
Expand description
The extent of how overdue a timed event can be made or how far a timed event
can be delayed past Duration::MAX
by a call to raw_adjust_time
.
The value is 1 << 29
microseconds.