Disabled prefetchBlocks() in node.retrieve()
This commit is contained in:
parent
a199284113
commit
2bacdd85df
|
@ -138,7 +138,7 @@ proc retrieve*(
|
||||||
except CatchableError as exc:
|
except CatchableError as exc:
|
||||||
trace "Exception prefetching blocks", exc = exc.msg
|
trace "Exception prefetching blocks", exc = exc.msg
|
||||||
#
|
#
|
||||||
asyncSpawn prefetchBlocks()
|
#asyncSpawn prefetchBlocks()
|
||||||
#
|
#
|
||||||
# Retrieve all blocks of the dataset sequentially from the local store or network
|
# Retrieve all blocks of the dataset sequentially from the local store or network
|
||||||
return LPStream(StoreStream.new(node.blockStore, manifest, pad = false)).success
|
return LPStream(StoreStream.new(node.blockStore, manifest, pad = false)).success
|
||||||
|
|
Loading…
Reference in New Issue