Skip to content

Commit

Permalink
add a todo for flat file db atime
Browse files Browse the repository at this point in the history
  • Loading branch information
ansuz committed Jan 28, 2019
1 parent 69b50dd commit 1600f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/file.js
Expand Up @@ -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),
Expand Down

0 comments on commit 1600f80

Please sign in to comment.