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 c9baf15 commit abbbbd0Copy full SHA for abbbbd0
1 file changed
client/p2p.go
@@ -22,7 +22,7 @@ const (
22
// server exchange
23
p2pServerWaitTimeout = 30 * time.Second
24
p2pServerReadStep = 1 * time.Second
25
- p2pServerCollectMoreTimeout = 3 * time.Second
+ p2pServerCollectMoreTimeout = 5 * time.Second
26
27
// handshake read loop
28
p2pHandshakeReadMax = 1500 * time.Millisecond
0 commit comments