Variable: DEFAULT_RETRY_ATTEMPTS
const DEFAULT_RETRY_ATTEMPTS: 3 = 3;
Defined in: electron/services/monitoring/constants.ts:26
Default number of retry attempts for monitor checks.
Remarks
Used when monitor configuration does not specify retry attempts. Controls how many times a monitor will retry a failed check before reporting a failure.
Default Value
3
@public