We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e45102 commit 0b7bfc7Copy full SHA for 0b7bfc7
p2p/host/resource-manager/limit_defaults.go
@@ -492,8 +492,8 @@ var DefaultLimits = ScalingLimitConfig{
492
},
493
494
PeerBaseLimit: BaseLimit{
495
- ConnsInbound: 4,
496
- ConnsOutbound: 8,
+ ConnsInbound: 6,
+ ConnsOutbound: 6,
497
Conns: 8,
498
StreamsInbound: 256,
499
StreamsOutbound: 512,
p2p/net/swarm/swarm_dial.go
@@ -73,7 +73,7 @@ const ConcurrentFdDials = 160
73
74
// DefaultPerPeerRateLimit is the number of concurrent outbound dials to make
75
// per peer
76
-var DefaultPerPeerRateLimit = 8
+var DefaultPerPeerRateLimit = 6
77
78
// dialbackoff is a struct used to avoid over-dialing the same, dead peers.
79
// Whenever we totally time out on a peer (all three attempts), we add them
0 commit comments