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

# maxRecoveryAttempts

> Maximum recovery attempts before giving up.

```ts
get maxRecoveryAttempts(): number
set maxRecoveryAttempts(value): void
```

Maximum recovery attempts before giving up.

## **Parameters**

Maximum number of automatic recovery attempts before giving up.

## **Examples**

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