Skip to content

Commit abbbbd0

Browse files
authored
Increase p2pServerCollectMoreTimeout to 5 seconds
1 parent c9baf15 commit abbbbd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/p2p.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
// server exchange
2323
p2pServerWaitTimeout = 30 * time.Second
2424
p2pServerReadStep = 1 * time.Second
25-
p2pServerCollectMoreTimeout = 3 * time.Second
25+
p2pServerCollectMoreTimeout = 5 * time.Second
2626

2727
// handshake read loop
2828
p2pHandshakeReadMax = 1500 * time.Millisecond

0 commit comments

Comments
 (0)