Skip to main content

Variable: MIN_CHECK_INTERVAL

const MIN_CHECK_INTERVAL: 1000 = 1000

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

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

1000

@public