remove done item
This commit is contained in:
parent
f84b8615e5
commit
59e9cca4e7
1 changed files with 0 additions and 13 deletions
|
@ -1,19 +1,6 @@
|
||||||
Once files are added (or removed or moved), need to send those changes to
|
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.
|
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
|
## TODO
|
||||||
|
|
||||||
* Test MountWatcher on LXDE.
|
* Test MountWatcher on LXDE.
|
||||||
|
|
Loading…
Reference in a new issue