mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Merge pull request #448 from ethersphere/raise-search-timeout
Raise search timeout for NetStore to 30s
This commit is contained in:
commit
3bb76c26ec
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