Skip to main content

Variable: MIN_CHECK_INTERVAL

const MIN_CHECK_INTERVAL: number = SHARED_MINIMUM_INTERVAL_MS

Defined in: electron/services/monitoring/constants.ts:39

Minimum recommended interval between monitor checks, in milliseconds.

Remarks

Used to warn about potentially problematic short intervals. Intervals below this value may cause excessive load or unreliable results.

Default Value

5000

@public