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.