swarm/storage: raise the search timeout for NetStore to 30s

This commit is contained in:
Janos Guljas 2018-04-26 16:53:20 +02:00
parent a50bf69d91
commit 2c1e9264d8

View file

@ -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 {