mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Statistics: Close the DB handle in the vacuum OTM block (#10775)
Followup to #10749
This commit is contained in:
@@ -616,6 +616,7 @@ if last_migration_date < 20230802 then
|
||||
else
|
||||
logger.warn("db not compatible when performing onetime migration:", ok, value)
|
||||
end
|
||||
conn:close()
|
||||
else
|
||||
logger.info("statistics.sqlite3 not found.")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user