add a todo for flat file db atime

pull/1/head
ansuz 2019-01-28 14:21:17 +01:00
parent 69b50dd102
commit 1600f800e8
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ const mkOffsetCounter = () => {
const readMessagesBin = (env, id, start, msgHandler, cb) => {
const stream = Fs.createReadStream(mkPath(env, id), { start: start });
// TODO get the channel and add the atime
let keepReading = true;
Pull(
ToPull.read(stream),