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