Closed rsporny closed 6 years ago
Can we write this.currentPosition to log file (on disk?) without big performance hit? And then read this back in on plugin init?
We are gonna use local storage with this lib https://www.npmjs.com/package/node-persist. It's much faster than writing to a file.
resolved in release v1.1.2
Can we write this.currentPosition to log file (on disk?) without big performance hit? And then read this back in on plugin init?