File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,16 @@ rebalance the download as a new peer becomes available. It will currently
8181download from each peer in "stripes".
8282
8383When running without ` --path ` argument it will download into a memory store.
84- When providing a ` --path ` argument it will download into a persitent store at the
84+ When providing a ` --path ` argument it will download into a persistent store at the
8585given path, and the download will resume if you interrupt the download process.
8686
8787## Notes on the current state
8888
8989The current state of the downloader is highly experimental. While peers that don't
9090respond at all are handled properly, peers that are slow or become slow over time
9191are not properly punished. Also, there is not yet a mechanism to limit the number
92- of peers to download from.
92+ of peers to download from.
93+
94+ In addition, the current blob store does not have the ability to watch a bitfield
95+ of available chunks for a blob. The current multiprovider downloader just fakes
96+ this by assuming that all remote stores have the full file.
You can’t perform that action at this time.
0 commit comments