New todo: Chunks support in all special remotes
This commit is contained in:
parent
a37e276df6
commit
b5c060abe3
1 changed files with 5 additions and 0 deletions
5
doc/todo/Chunks_support_in_all_special_remotes.mdwn
Normal file
5
doc/todo/Chunks_support_in_all_special_remotes.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
|||
The special remote `directory` support files split in chunks, other special remotes do not.
|
||||
|
||||
Support for chunks is useful, for example, to be able to upload large files over slow, unreliable connections or to minimize the amount of data to be sent when only part of a big file has been changed.
|
||||
|
||||
Couldn't the code used to split, checksum and reconstruct the files in the `directory` remote be used also in all the other special remotes?
|
Loading…
Add table
Reference in a new issue