mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Log closing connection of database
This commit is contained in:
@@ -162,6 +162,8 @@ exports.processAll = async ({
|
||||
} while (unprocessedMessages.length > 0);
|
||||
|
||||
await markMigrationComplete(connection);
|
||||
|
||||
console.log('Close database connection');
|
||||
connection.close();
|
||||
|
||||
const totalDuration = Date.now() - migrationStartTime;
|
||||
|
||||
Reference in New Issue
Block a user