reord
This commit is contained in:
parent
ec9f793db1
commit
6703892e83
3 changed files with 24 additions and 32 deletions
14
doc/design/assistant/leftovers.mdwn
Normal file
14
doc/design/assistant/leftovers.mdwn
Normal file
|
@ -0,0 +1,14 @@
|
|||
Things that don't fit anywhere else:
|
||||
|
||||
* Somehow get content that is unavailable. This is problematic with inotify,
|
||||
since we only get an event once the user has tried (and failed) to read
|
||||
from the file. This is only needed if all the files in the directory
|
||||
are not kept synced, but in some situations (ie, low disk space phones),
|
||||
that is likely.
|
||||
* Drop files that have not been used lately, or meet some other criteria
|
||||
(as long as there's a copy elsewhere).
|
||||
* Perhaps automatically dropunused files that have been deleted,
|
||||
although I cannot see a way to do that, since by the time the inotify
|
||||
deletion event arrives, the file is deleted, and we cannot see what
|
||||
its symlink pointed to! Alternatively, perhaps automatically
|
||||
do an expensive unused/dropunused cleanup process.
|
Loading…
Add table
Add a link
Reference in a new issue