fix: doc comment location
Co-authored-by: Will <will.scott@protocol.ai>
Steven Allen committed
May 25, 2020 at 18:53 UTC
8e52c7fb2d04482b108489e7cafd95ec6ebb0375
1 file changed
+1
-1
peering/peering.go
+1
-1
@@ -14,8 +14,8 @@ import (
14
"github.com/multiformats/go-multiaddr"
15
)
16
17
-// maxBackoff is the maximum time between reconnect attempts.
17
const (
18
+ // maxBackoff is the maximum time between reconnect attempts.
19
maxBackoff = 10 * time.Minute
20
connmgrTag = "ipfs-peering"
21
// This needs to be sufficient to prevent two sides from simultaneously