Skip to content

Commit

Permalink
fix: doc comment location
Browse files Browse the repository at this point in the history
Co-authored-by: Will <[email protected]>
  • Loading branch information
Stebalien and willscott committed May 26, 2020
1 parent 978091a commit 8e52c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peering/peering.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/multiformats/go-multiaddr"
)

// maxBackoff is the maximum time between reconnect attempts.
const (
// maxBackoff is the maximum time between reconnect attempts.
maxBackoff = 10 * time.Minute
connmgrTag = "ipfs-peering"
// This needs to be sufficient to prevent two sides from simultaneously
Expand Down

0 comments on commit 8e52c7f

Please sign in to comment.