mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Reduce work for verifying transaction completion
This commit is contained in:
@@ -43,6 +43,6 @@ exports.runMigrations = async ({ Backbone, database } = {}) => {
|
||||
storeName: 'items',
|
||||
}))();
|
||||
|
||||
await deferredToPromise(migrationCollection.fetch());
|
||||
await deferredToPromise(migrationCollection.fetch({ limit: 1 }));
|
||||
await closeDatabase(database.id);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user