Skip to content

Commit

Permalink
MAINT: Fix README (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdirowlands authored Aug 12, 2024
1 parent 30c9f26 commit 36bd143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const client = initialize(
)
```

Max Stream Retries
### Max Stream Retries
You can configure the maximum number of streaming retries before the SDK stops attempting to reconnect or falls back to polling (if enabled). The maxRetries option can be set to any positive number or Infinity for unlimited retries (which is the default).

```typescript
Expand Down

0 comments on commit 36bd143

Please sign in to comment.