summaryrefslogtreecommitdiff
path: root/doc/design/assistant/syncing.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-07 11:51:19 -0600
committerGravatar Joey Hess <joey@kitenet.net>2012-07-07 11:51:19 -0600
commitec8ba6bf5866afe72ffc5d396339e24553b5a466 (patch)
treea796198a9dd997f9e44800f88f223671656439a7 /doc/design/assistant/syncing.mdwn
parent9379c77fb304a878481ba1366e055dc726ad2954 (diff)
parent7e76e49b9f7a7cb10ff6f9cb0faa354d512f7655 (diff)
Merge branch 'master' into assistant
Diffstat (limited to 'doc/design/assistant/syncing.mdwn')
-rw-r--r--doc/design/assistant/syncing.mdwn4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index e10dfc9c9..eec9e4945 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -8,10 +8,6 @@ all the other git clones, at both the git level and the key/value level.
* At startup, and possibly periodically, look for files we have that
location tracking indicates remotes do not, and enqueue Uploads for
them. Also, enqueue Downloads for any files we're missing.
-* The TransferWatcher does not notice ongoing transfers, because inotify is
- waiting for the info file to be closed, but that never happens, it's left
- open to keep it locked. May need to separate the transfer info files
- into an info file, and a lock file.
## longer-term TODO