-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional exponential backoff config
Allow configuring and enabling exponential backoff for failing connections, instead of relying on reconnections in regular intervals. Exponential backoff can be configured in order to lighten server load if multiple clients are reconnecting. The new configuration parameter is called `exponentialBackoff` and requires two parameters `backoffRate` and `backoffLimit`.
- Loading branch information
1 parent
ed40a6c
commit 0bb979b
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters