Variable: MIN_MONITOR_CHECK_INTERVAL_MS
const MIN_MONITOR_CHECK_INTERVAL_MS: 5000 = 5000;
Defined in: shared/constants/monitoring.ts:24
Minimum allowed interval (in milliseconds) for monitor checks.
Remarksโ
Values below this threshold are considered invalid and should be clamped to DEFAULT_MONITOR_CHECK_INTERVAL_MS or rejected by validation.