mafintosh / flat-file-db

Fast in-process flat file database that caches all data in memory
196 stars 15 forks source link

* fixed boundary condition on saving objects over certain size. #3

Closed veselov closed 9 years ago

veselov commented 9 years ago

Without this little change, attempting to store objects over certain size throws an error.

mafintosh commented 9 years ago

Thanks. Released in 0.1.4

veselov commented 9 years ago

thank you!