mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-16 14:57:54 +00:00
Disabled prefetchBlocks() in node.retrieve()
This commit is contained in:
parent
a199284113
commit
2bacdd85df
@ -138,7 +138,7 @@ proc retrieve*(
|
||||
except CatchableError as exc:
|
||||
trace "Exception prefetching blocks", exc = exc.msg
|
||||
#
|
||||
asyncSpawn prefetchBlocks()
|
||||
#asyncSpawn prefetchBlocks()
|
||||
#
|
||||
# Retrieve all blocks of the dataset sequentially from the local store or network
|
||||
return LPStream(StoreStream.new(node.blockStore, manifest, pad = false)).success
|
||||
|
Loading…
x
Reference in New Issue
Block a user