Variable: DEFAULT_REQUEST_TIMEOUT
constDEFAULT_REQUEST_TIMEOUT:10000=10_000
Defined in: electron/constants.ts:30
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;