dataeditor api endpoints

This commit is contained in:
mrfry 2021-02-21 14:47:55 +01:00
parent 3e4fda9974
commit 5ca0abbabf
8 changed files with 373 additions and 116 deletions

View file

@ -619,6 +619,8 @@ if (!isMainThread) {
// )
} else if (msg.type === 'update') {
qdbs = msg.qdbs
logger.DebugLog(`Worker update ${workerIndex}`, 'worker update', 1)
// console.log(`[THREAD #${workerIndex}]: update`)
} else if (msg.type === 'newdb') {
qdbs.push(msg.newdb)