mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-20 09:20:11 +00:00
Stability improvements
This commit is contained in:
@@ -28,6 +28,7 @@ func NewBadgerDataStore() *BadgerDataStore {
|
||||
|
||||
func (r *BadgerDataStore) Close() {
|
||||
r.db.Close()
|
||||
r.db = nil
|
||||
}
|
||||
|
||||
func (r *BadgerDataStore) DumpToJson() (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user