Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1075 from Bytom/prod
Browse files Browse the repository at this point in the history
Prod
  • Loading branch information
Paladz authored Jun 19, 2018
2 parents 8f2301d + e667a6d commit 9ac0f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discover/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (

// Timeouts
const (
respTimeout = 500 * time.Millisecond
respTimeout = 1 * time.Second
queryDelay = 1000 * time.Millisecond
expiration = 20 * time.Second

Expand Down

0 comments on commit 9ac0f65

Please sign in to comment.