Merge pull request #448 from ethersphere/raise-search-timeout

Raise search timeout for NetStore to 30s
This commit is contained in:
Anton Evangelatov 2018-04-26 17:18:49 +02:00 committed by GitHub
commit 3bb76c26ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ const (
var (
// timeout interval before retrieval is timed out
searchTimeout = 3 * time.Second
searchTimeout = 30 * time.Second
)
type DPA struct {