Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(p2p): increase reconnection delay backoff #1870

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

sangaman
Copy link
Collaborator

@sangaman sangaman commented Sep 4, 2020

This increases the maximum backoff to wait between reconnection attempts to a peer from 5 minutes to 1 hour. It also decreases the total amount of time that we will keep trying to reconnect to a peer before giving up from 7 days to 3 days.

EDIT by @kilrau : closes #1868

This increases the maximum backoff to wait between reconnection attempts
to a peer from 5 minutes to 1 hour. It also decreases the total amount
of time that we will keep trying to reconnect to a peer before giving up
from 7 days to 3 days.
@sangaman sangaman added the p2p Peer to peer networking label Sep 4, 2020
@sangaman sangaman requested review from a user and raladev September 4, 2020 15:59
@sangaman sangaman self-assigned this Sep 4, 2020
@raladev raladev linked an issue Sep 4, 2020 that may be closed by this pull request
@kilrau kilrau added P2 mid priority and removed P2 mid priority labels Sep 7, 2020
@raladev raladev merged commit 44af197 into master Sep 7, 2020
rsercano pushed a commit that referenced this pull request Sep 11, 2020
This increases the maximum backoff to wait between reconnection attempts
to a peer from 5 minutes to 1 hour. It also decreases the total amount
of time that we will keep trying to reconnect to a peer before giving up
from 7 days to 3 days.
@sangaman sangaman deleted the p2p/reconnect-backoff branch October 14, 2020 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2p Peer to peer networking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

modification of reconnect logic
3 participants