Убрал дебаг

This commit is contained in:
Book Pauk
2022-10-30 17:10:58 +07:00
parent b4cb08ea62
commit f310a70e49

View File

@@ -488,7 +488,7 @@ class WebWorker {
async periodicLogServerStats() {
while (1) {// eslint-disable-line
this.logServerStats();
await utils.sleep(1000)//(60*1000);
await utils.sleep(60*1000);
}
}