Update provider.md

This commit is contained in:
ThisDavidRichard 2024-03-11 15:44:38 +01:00 committed by GitHub
parent 53ce2a3c1d
commit d3ef420911
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,8 +50,9 @@ The providers reconnection settings are preset for optimal performance in pro
Adjust initial delays, apply exponential backoff, or set maximum wait times to fine-tune your application's reconnection behavior, balancing responsiveness with server efficiency.
| delay | Base delay between reconnection attempts, in milliseconds. | 1000 |
| Setting | Description | Default Value |
| --- | --- | --- |
| delay | Base delay between reconnection attempts, in milliseconds. | 1000 |
| factor | Multiplier for delay, increasing it exponentially after each attempt. | 2 |
| initialDelay | Time before the first reconnection attempt, in milliseconds. Ideally immediate. | 0 |
| maxAttempts | Maximum number of reconnection attempts. 0 means unlimited. | 0 |