cracker0dks / whiteboard

Lightweight collaborative Whiteboard / Sketchboard
MIT License
719 stars 198 forks source link

savedboards.json file getting curropted #104

Closed sasidatta closed 3 years ago

sasidatta commented 3 years ago

We have enableFileDatabase to "True" and after running for more than 48 hours, savedboards.json kept exponentially growing up and at some point, savedboards.json file is getting corrupted and size is marked to 0 kb, file is getting empty. This is leading to crash of whiteboard. -rw-rw-r-- 1 29M May 26 00:30 savedBoards.json

cracker0dks commented 3 years ago

Please check out the latest version. From now on we create a json file for each board so you might not see this problem with this version.

sasidatta commented 3 years ago

Thank you, will try out.