mention possibility of parallel chunk upload/download

This commit is contained in:
Joey Hess 2014-07-30 10:43:21 -04:00
parent 58f8b8f250
commit 83c58f17e0

View file

@ -249,3 +249,14 @@ checking hasKey.
Note that this is safe to do only as long as the Key being transferred
cannot possibly have 2 different contents in different repos. Notably not
necessarily the case for the URL keys generated for quvi.
Both **done**.
## parallel
If 2 remotes both support chunking, uploading could upload different chunks
to them in parallel. However, the chunk log does not currently allow
representing the state where some chunks are on one remote and others on
another remote.
Parallel downloading of chunks from different remotes is a bit more doable.