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
81
81
download from each peer in "stripes".
82
82
83
83
When 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
85
85
given path, and the download will resume if you interrupt the download process.
86
86
87
87
## Notes on the current state
88
88
89
89
The current state of the downloader is highly experimental. While peers that don't
90
90
respond at all are handled properly, peers that are slow or become slow over time
91
91
are 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