mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
swarm/storage: raise the search timeout for NetStore to 30s
This commit is contained in:
parent
a50bf69d91
commit
2c1e9264d8
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// timeout interval before retrieval is timed out
|
// timeout interval before retrieval is timed out
|
||||||
searchTimeout = 3 * time.Second
|
searchTimeout = 30 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
type DPA struct {
|
type DPA struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue