mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
Update provider.md
This commit is contained in:
parent
53ce2a3c1d
commit
d3ef420911
@ -50,8 +50,9 @@ The provider’s 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 |
|
||||
|
Loading…
Reference in New Issue
Block a user