Disabled prefetchBlocks() in node.retrieve()

This commit is contained in:
Bulat-Ziganshin 2022-09-08 12:27:29 +03:00
parent a199284113
commit 2bacdd85df
1 changed files with 1 additions and 1 deletions

View File

@ -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