mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
dataeditor api endpoints
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user