summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-20 14:16:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-20 14:16:23 -0400
commit64ac1e135fab225a61d447651aa58ce263622e78 (patch)
tree3f42f6acb265c7db16b09bcabbc8d03fa37936d9
parenta1321e82520651a1282b621cf9148a4611247238 (diff)
remove done item
-rw-r--r--doc/design/assistant/syncing.mdwn13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index 95b0bf5e6..36ae21232 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -1,19 +1,6 @@
Once files are added (or removed or moved), need to send those changes to
all the other git clones, at both the git level and the key/value level.
-## bugs
-
-* Rename detection code is now pretty good, but can occasionally fail
- due to eg system load causing the wait for the delete+add pair to
- not collect them together. Want to avoid making the delay longer
- (and any length might not be enough in all cases), but in direct mode
- a failure can mean an expensive re-checksum.
-
- Idea: Keep a ring buffer map (what data structure?) of the last
- N delete events, and look through it to determine if the current
- event matches one of those. This assumes that delete events come first,
- which they do.
-
## TODO
* Test MountWatcher on LXDE.