TIMEOUT_INTERVAL

Constant TIMEOUT_INTERVAL 

Source
pub const TIMEOUT_INTERVAL: u32 = 100;
Expand description

Timeout granularity.

Timeouts will be checked no more often than this interval (in milliseconds). See Stack::update().