kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
486 stars 39 forks source link

Unexpected "Resizing database X to Y" console messages #12

Closed spalger closed 3 years ago

spalger commented 3 years ago

I've only been trying out lmdb-store for a couple hours, but I'm loving it so far!

I'd like to better understand what I should know about the Resizing database X to Y messages being logged to console. I'm not surprised this is happening as we're storing a decent amount of data in the database but I'd much rather not see these messages if there isn't anything I'm supposed to do about them.

kriszyp commented 3 years ago

Removed logging of resizing in 0.6.10. Thank you!

spalger commented 3 years ago

Fantastic, thanks!