diff --git a/codex/node.nim b/codex/node.nim index 324e4285..721e7d88 100644 --- a/codex/node.nim +++ b/codex/node.nim @@ -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