We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6dda4 commit ded5d1cCopy full SHA for ded5d1c
p2p/dial.go
@@ -40,8 +40,8 @@ const (
40
dialHistoryExpiration = inboundThrottleTime + 5*time.Second
41
42
// Config for the "Looking for peers" message.
43
- dialStatsLogInterval = 10 * time.Second // printed at most this often
44
- dialStatsPeerLimit = 3 // but not if more than this many dialed peers
+ dialStatsLogInterval = 120 * time.Second // printed at most this often
+ dialStatsPeerLimit = 2 // but not if more than this many dialed peers
45
46
// Endpoint resolution is throttled with bounded backoff.
47
initialResolveDelay = 60 * time.Second
0 commit comments