-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reconnect disconnected libp2p peers in 10 seconds, not 5 minutes * Use direct peering arrangements to form the network backbone, rather than one-off connections that won't retry/reconnect on failure * placate the linter - although I personally disagree with 'check-shadowing: true' in govet, not allowing shadowed variables leads to complaining on reuse of 'err' inside for loop, which results in less readable code
- Loading branch information
1 parent
9028956
commit 4512c3f
Showing
1 changed file
with
13 additions
and
38 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