Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reload db when it was actually modified (#850)
* Reload db when it was actually modified [From Node.js documentation:](https://nodejs.org/docs/latest/api/fs.html#fswatchfilefilename-options-listener) > To be notified when the file was modified, not just accessed, it is necessary to compare `curr.mtimeMs` and `prev.mtimeMs`. * fix tests attempt
- Loading branch information