Skip to content

Commit bcfd788

Browse files
committed
p2p/discover: bump packet timeouts to 500ms
1 parent fd4b75c commit bcfd788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p2p/discover/udp.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ var (
3131

3232
// Timeouts
3333
const (
34-
respTimeout = 300 * time.Millisecond
35-
sendTimeout = 300 * time.Millisecond
34+
respTimeout = 500 * time.Millisecond
35+
sendTimeout = 500 * time.Millisecond
3636
expiration = 20 * time.Second
3737

3838
refreshInterval = 1 * time.Hour

0 commit comments

Comments
 (0)