mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
change topKTimeout to 1 second
This commit is contained in:
parent
1b50f1a275
commit
3c62daf358
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
topKTimeout = 4 * time.Second
|
topKTimeout = 1 * time.Second
|
||||||
hasBlobsTimeout = 1 * time.Second
|
hasBlobsTimeout = 1 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue