Skip to content

Commit

Permalink
increase: disv5 timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Nov 22, 2023
1 parent 08a72fa commit 0578b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eth/v5_udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
findnodeResultLimit = 16 // applies in FINDNODE handler
totalNodesResponseLimit = 5 // applies in waitForNodes

respTimeoutV5 = 700 * time.Millisecond
respTimeoutV5 = 2 * time.Second
)

// codecV5 is implemented by v5wire.Codec (and testCodec).
Expand Down

0 comments on commit 0578b5a

Please sign in to comment.