mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/storage/feed: Increase the lookup timeout to 1 second.
This commit is contained in:
parent
8624668e6c
commit
4981a9a1ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue