add a todo for flat file db atime

pull/1/head
ansuz 6 years ago
parent 69b50dd102
commit 1600f800e8

@ -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),

Loading…
Cancel
Save