From 4981a9a1ca6d9ee9e528736a37800ccebc42529c Mon Sep 17 00:00:00 2001 From: Javier Peletier Date: Tue, 2 Apr 2019 23:50:39 +0200 Subject: [PATCH] swarm/storage/feed: Increase the lookup timeout to 1 second. --- swarm/storage/feed/cacheentry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/storage/feed/cacheentry.go b/swarm/storage/feed/cacheentry.go index be42008e99..1c7e226198 100644 --- a/swarm/storage/feed/cacheentry.go +++ b/swarm/storage/feed/cacheentry.go @@ -27,7 +27,7 @@ import ( const ( hasherCount = 8 feedsHashAlgorithm = storage.SHA3Hash - defaultRetrieveTimeout = 100 * time.Millisecond + defaultRetrieveTimeout = 1000 * time.Millisecond ) // cacheEntry caches the last known update of a specific Swarm feed.