From 1600f800e8d1f3a68adb3ae08e57ce7a30087858 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 28 Jan 2019 14:21:17 +0100 Subject: [PATCH] add a todo for flat file db atime --- storage/file.js | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/file.js b/storage/file.js index 08a9f19cd..e4a746a67 100644 --- a/storage/file.js +++ b/storage/file.js @@ -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),