Skip to content

RETRY_CONSTANTS

const RETRY_CONSTANTS: object

Defined in: packages/synapse-core/src/utils/constants.ts:121

readonly POLL_INTERVAL: 4000 = 4000

The interval in milliseconds between polls. 4 seconds is the default interval between polls.

readonly POLL_LIMIT: number = Infinity

The limit of polls.

readonly RETRY_DELAY: 250 = 250

The delay in milliseconds between retries. 250ms is the default delay between retries.

readonly TIMEOUT: number

The timeout in milliseconds. 5 minutes is the default timeout.