# RETRY_CONSTANTS

> `const` **RETRY\_CONSTANTS**: `object`

Defined in: [packages/synapse-core/src/utils/constants.ts:121](https://github.com/FilOzone/synapse-sdk/blob/218f90f1cf7635dc33af6f880b64b845c99676bc/packages/synapse-core/src/utils/constants.ts#L121)

## Type Declaration

### POLL\_INTERVAL

> `readonly` **POLL\_INTERVAL**: `4000` = `4000`

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

### POLL\_LIMIT

> `readonly` **POLL\_LIMIT**: `number` = `Infinity`

The limit of polls.

### RETRY\_DELAY

> `readonly` **RETRY\_DELAY**: `250` = `250`

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

### TIMEOUT

> `readonly` **TIMEOUT**: `number`

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