Variable: DEFAULT_REQUEST_TIMEOUT
const DEFAULT_REQUEST_TIMEOUT: 10000 = 10_000;
Defined in: electron/constants.ts:34
Default timeout for HTTP requests in milliseconds.
Remarks
Used by monitor checks and HTTP-based integrations to determine how long to wait before aborting a request.
Default Value
10000;