Skip to content

Commit

Permalink
Vacuum minidb-based databases too (bug 1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Nov 28, 2012
1 parent 0d38eed commit 57c9868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gpodder/minidb.py
Expand Up @@ -66,6 +66,7 @@ def commit(self):

def close(self):
with self.lock:
self.db.execute('VACUUM')
self.db.close()

def _register(self, class_):
Expand Down

0 comments on commit 57c9868

Please sign in to comment.