Variable: DEFAULT_CHECK_INTERVAL
const DEFAULT_CHECK_INTERVAL: 300000 = 300_000;
Defined in: electron/constants.ts:44
Default check interval for new monitors in milliseconds.
Remarks
Determines how frequently a monitor will check its target by default.
Default Value
300000;