diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-14 12:35:03 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-14 12:35:03 +0200 |
commit | d85847ec99d44e1010a95c71579a754ac9f7c646 (patch) | |
tree | 44553dd7f7a2a25fc5eb209b9258661e24f22ae5 /TODO.md | |
parent | 33ce234dc7f325caa282c19c3e63a510d7778373 (diff) | |
download | dna-backup-d85847ec99d44e1010a95c71579a754ac9f7c646.tar.gz dna-backup-d85847ec99d44e1010a95c71579a754ac9f7c646.zip |
add basic logger
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ priority 2 - [ ] maybe use an LRU cache instead of the current FIFO one. - [x] remove `LoadedChunk` and only use `StoredChunk` instead now that the cache is implemented +- [ ] store file list compressed reunion 7/09 ------------ |