Variable: DEFAULT_MONITOR_TIMEOUT_SECONDS
const DEFAULT_MONITOR_TIMEOUT_SECONDS: 30 = 30;
Defined in: electron/services/monitoring/constants.ts:51
Default monitor timeout when none is specified, in seconds.
Remarks
Used for monitors that don't specify a timeout value.
Default Value
30
@public