mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:17:09 +00:00
Do not retry immediately
This commit is contained in:
@@ -35,7 +35,7 @@ class ReportLineChangeTime {
|
||||
while (this.queue.length > 0) {
|
||||
if (this.queue[0].isPending) {
|
||||
DEBUG("Queue busy");
|
||||
setImmediate(() => this.processQueue());
|
||||
setTimeout(() => this.processQueue(), 1000); // We're not in a hurry
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user