Дебаг

This commit is contained in:
Book Pauk
2022-08-05 00:57:18 +07:00
parent 0cc9d90a94
commit ea38392df4

View File

@@ -222,8 +222,10 @@ class BUCServer {
});
//пушим в очередь, после этого их обработает periodicCheck
for (const row of rowsToPush)
for (const row of rowsToPush) {
this.checkQueue.push(row);
log(LM_INFO, ` add ${row.id}`);
}
log(LM_WARN, `checkQueue: added ${ids.length} recs, total ${this.checkQueue.length}`);
}