sahib / brig

File synchronization on top of ipfs with git like interface & web based UI
https://brig.readthedocs.io
GNU Affero General Public License v3.0
568 stars 33 forks source link

fix: the file system `badger db` is now closed on Quit #97

Closed evgmik closed 3 years ago

evgmik commented 3 years ago

Somehow, we never closed FS DB on quit or interrupt. Miraculously, brig worked on restart as if nothing happened. But the DB was left in a dirty state, with DB LOCK file left and some other transient tables.

sahib commented 3 years ago

Good find! :+1: