summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-20 14:16:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-20 14:16:52 -0400
commita6d26237a0f7b61d1aee4ea7b6e8b854435899cd (patch)
tree1f43d95ca2ccc39b3fafe740b048c7de9884afad
parent64ac1e135fab225a61d447651aa58ce263622e78 (diff)
remove done item
-rw-r--r--doc/design/assistant/syncing.mdwn5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index 36ae21232..79c12d312 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -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,
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.
-* 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.]]
* The TransferQueue's list of deferred downloads could theoretically
grow without bounds in memory. Limit it to a given number of entries,