Skip to content

RETRY_CONSTANTS

const RETRY_CONSTANTS: object;

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

readonly DELAY_TIME: 4000 = 4000;
readonly FACTOR: 1 = 1;
readonly MAX_RETRY_TIME: number;
readonly RETRIES: number = Infinity;