Update log
This commit is contained in:
parent
b0ae18cd4b
commit
5da993d6a6
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -166,7 +166,7 @@ const reportIP = async (event, uri, country, hostname, endpoint, cycleErrorCount
|
||||||
log(0, `- Other errors: ${cycleErrorCounts.otherErrors}`);
|
log(0, `- Other errors: ${cycleErrorCounts.otherErrors}`);
|
||||||
log(0, '===================== End of Reporting Cycle =====================');
|
log(0, '===================== End of Reporting Cycle =====================');
|
||||||
|
|
||||||
log(0, `Waiting ${formatDelay(CONFIG.CYCLES.CYCLE_INTERVAL)}...`);
|
log(0, `Waiting ${formatDelay(CONFIG.CYCLES.CYCLE_INTERVAL)} (${CONFIG.CYCLES.CYCLE_INTERVAL} ms)...`);
|
||||||
cycleId++;
|
cycleId++;
|
||||||
await new Promise(resolve => setTimeout(resolve, CONFIG.CYCLES.CYCLE_INTERVAL));
|
await new Promise(resolve => setTimeout(resolve, CONFIG.CYCLES.CYCLE_INTERVAL));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue