remove done item
This commit is contained in:
parent
59e9cca4e7
commit
6cae27dcf6
1 changed files with 0 additions and 5 deletions
|
@ -29,11 +29,6 @@ all the other git clones, at both the git level and the key/value level.
|
||||||
working copy and checks each file. That probably needs to be done once,
|
working copy and checks each file. That probably needs to be done once,
|
||||||
but further calls to the TransferScanner could eg, look at the delta
|
but further calls to the TransferScanner could eg, look at the delta
|
||||||
between the last scan and the current one in the git-annex branch.
|
between the last scan and the current one in the git-annex branch.
|
||||||
* After git sync, identify new content that we don't have that is now available
|
|
||||||
on remotes, and transfer. (Needed when we have a uni-directional connection
|
|
||||||
to a remote, so it won't be uploading content to us.) Note: Does not
|
|
||||||
need to use the TransferScanner, if we get and check a list of the changed
|
|
||||||
files. done?
|
|
||||||
* [[use multiple transfer slots|todo/Slow_transfer_for_a_lot_of_small_files.]]
|
* [[use multiple transfer slots|todo/Slow_transfer_for_a_lot_of_small_files.]]
|
||||||
* The TransferQueue's list of deferred downloads could theoretically
|
* The TransferQueue's list of deferred downloads could theoretically
|
||||||
grow without bounds in memory. Limit it to a given number of entries,
|
grow without bounds in memory. Limit it to a given number of entries,
|
||||||
|
|
Loading…
Add table
Reference in a new issue