Убрал дебаг
This commit is contained in:
@@ -488,7 +488,7 @@ class WebWorker {
|
|||||||
async periodicLogServerStats() {
|
async periodicLogServerStats() {
|
||||||
while (1) {// eslint-disable-line
|
while (1) {// eslint-disable-line
|
||||||
this.logServerStats();
|
this.logServerStats();
|
||||||
await utils.sleep(1000)//(60*1000);
|
await utils.sleep(60*1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user