pub const MIN_TIMEOUT_MICROS: u64 = 100_000;
Minimum allowed timeout: 100ms (100,000 microseconds).
Users cannot configure a timeout below this threshold as it would cause false positives on normal files.