Skip to main content

Variable: MONITOR_TIMEOUT_BUFFER_MS

const MONITOR_TIMEOUT_BUFFER_MS: 5000 = 5000

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

Buffer time added to monitor timeouts for operation cleanup, in milliseconds.

Remarks

Added to monitor timeout to ensure operations have time to clean up before being forcibly terminated.

Default Value

5000

@public