Skip to main content

MIN_TIMEOUT_MICROS

Constant MIN_TIMEOUT_MICROS 

Source
pub const MIN_TIMEOUT_MICROS: u64 = 100_000;
Expand description

Minimum allowed timeout: 100ms (100,000 microseconds).

Users cannot configure a timeout below this threshold as it would cause false positives on normal files.