# RETRY_CONSTANTS

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

Defined in: [packages/synapse-core/src/utils/constants.ts:129](https://github.com/FilOzone/synapse-sdk/blob/b35b371ef603fd76d17b0f4e9e740bcdd9b7fbc3/packages/synapse-core/src/utils/constants.ts#L129)

## 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.