mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Run SQL initialize in parallel with createWindow
This commit is contained in:
committed by
Josh Perez
parent
af9e038add
commit
207d05fd05
@@ -71,7 +71,8 @@ window.Whisper.events = {
|
||||
before(async () => {
|
||||
try {
|
||||
window.log.info('Initializing SQL in renderer');
|
||||
await window.sqlInitializer.initialize();
|
||||
const isTesting = true;
|
||||
await window.sqlInitializer.initialize(isTesting);
|
||||
window.log.info('SQL initialized in renderer');
|
||||
} catch (err) {
|
||||
window.log.error(
|
||||
|
||||
Reference in New Issue
Block a user