Skip to main content

Variable: DEFAULT_RETRY_ATTEMPTS

const DEFAULT_RETRY_ATTEMPTS: 3 = 3

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

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