TODO: add cacher cleaning note

Change-Id: I89fb75b816d6c12c9d60e897ffdab274d8827180
This commit is contained in:
Brad Fitzpatrick 2014-01-31 12:55:05 +01:00
parent ba3df9f44c
commit 4d5fc167f3
1 changed files with 5 additions and 0 deletions

5
TODO
View File

@ -4,6 +4,11 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac
Offline list:
-- cacher: configurable policy on max cache size. clean oldest
things (consider mtime+atime) to get back under max cache size.
maybe prefer keeping small things (metadata blobs) too,
and only delete large data chunks.
-- UI: video, at least thumbnailing (use external program,
like VLC or whatever nautilus uses?)