remove done item
authorJoey Hess <joey@kitenet.net>
Wed, 20 Mar 2013 18:16:52 +0000 (14:16 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 20 Mar 2013 18:16:52 +0000 (14:16 -0400)
doc/design/assistant/syncing.mdwn

index 36ae212321d73da74b319a67e7a0734a5deca99f..79c12d312e0ea14b9d30d2d1f6dd8afb13d61c89 100644 (file)
@@ -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,