> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# reconnectDelayMax

> Maximum reconnection backoff delay in seconds.

```ts
get reconnectDelayMax(): number
set reconnectDelayMax(seconds): void
```

Maximum reconnection backoff delay in seconds.

## **Parameters**

Maximum delay (in seconds) between reconnection attempts.

## **Examples**

```ts
console.log(client.preferences.reconnectDelayMax);
```