pub const MIN_VALID_BLOCK_TIME_MS: f64 = 50.0;Expand description
Minimum valid block time in milliseconds.
Any calculated block time below this threshold is considered invalid (likely due to clock skew, data corruption, or integer division truncation). When detected, the monitor falls back to the default block time.