mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
faster tree loading of many notes at once #1480
This commit is contained in:
@@ -40,6 +40,8 @@ async function initDbConnection() {
|
||||
|
||||
require('./options_init').initStartupOptions();
|
||||
|
||||
sql.execute('CREATE TEMP TABLE "param_list" (`paramId` TEXT NOT NULL PRIMARY KEY)');
|
||||
|
||||
dbReady.resolve();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user