Always commit before Db VACUUM
This commit is contained in:
parent
572d55752c
commit
446641c31c
2 changed files with 2 additions and 1 deletions
|
@ -130,5 +130,4 @@ class ChartDb(Db):
|
|||
{"date_added_limit": time.time() - 60 * 60 * 24 * 30 }
|
||||
)
|
||||
if week_back > 1:
|
||||
self.commit("vacuum")
|
||||
self.execute("VACUUM")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue