Browse Source

add a todo for flat file db atime

master
ansuz 2 years ago
parent
commit
1600f800e8
1 changed files with 1 additions and 0 deletions
  1. 1
      storage/file.js

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

Loading…
Cancel
Save