mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
p2p/discv5: gofmt
This commit is contained in:
parent
05328a40a4
commit
ea20c71d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ var (
|
|||
// Timeouts
|
||||
const (
|
||||
respTimeout = 500 * time.Millisecond
|
||||
queryDelay = 1000 * time.Millisecond
|
||||
queryDelay = 1000 * time.Millisecond
|
||||
expiration = 20 * time.Second
|
||||
|
||||
ntpFailureThreshold = 32 // Continuous timeouts after which to check NTP
|
||||
|
|
|
|||
Loading…
Reference in a new issue