faster tree loading of many notes at once #1480

This commit is contained in:
zadam
2020-12-10 21:27:21 +01:00
parent 4633c68a0c
commit 0ac42608f7
5 changed files with 114 additions and 79 deletions

View File

@@ -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();
}