Variable DEFAULT_TIMEOUTSConst
DEFAULT_TIMEOUTS: {
EP_API_REQUEST_MS: 60000;
EP_FEED_SLOW_REQUEST_MS: 120000;
HEALTH_CHECK_MS: 3000;
RETRY_DELAY_MS: 1000;
} = ...
Type Declaration
ReadonlyEP_API_REQUEST_MS: 60000
ReadonlyEP_FEED_SLOW_REQUEST_MS: 120000
ReadonlyHEALTH_CHECK_MS: 3000
ReadonlyRETRY_DELAY_MS: 1000
Default timeout configurations for common operation types. These are compile-time constants; override by passing a custom TimeoutConfig at the call site rather than relying on environment variables.