We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ba372 commit 5a06093Copy full SHA for 5a06093
p2p/net/swarm/swarm_dial.go
@@ -65,7 +65,7 @@ const ConcurrentFdDials = 160
65
66
// DefaultPerPeerRateLimit is the number of concurrent outbound dials to make
67
// per peer
68
-const DefaultPerPeerRateLimit = 8
+var DefaultPerPeerRateLimit = 8
69
70
// dialbackoff is a struct used to avoid over-dialing the same, dead peers.
71
// Whenever we totally time out on a peer (all three attempts), we add them
0 commit comments