From 10551daf314d97ad56c8e0516a5f55fa93373a28 Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sun, 30 Apr 2023 15:09:26 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E6=9C=AC=E5=9C=B0=E6=B6=88=E8=B4=B9?= =?UTF-8?q?=E8=80=85=E6=9A=82=E5=81=9C=E4=B8=8D=E8=83=BD=E8=A2=AB=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E6=B6=88=E8=B4=B9=E8=80=85=E6=9A=82=E5=81=9C=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E5=BD=B1=E5=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taoyao-client-media/src/Taoyao.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taoyao-client-media/src/Taoyao.js b/taoyao-client-media/src/Taoyao.js index d4d6ea2..708da42 100644 --- a/taoyao-client-media/src/Taoyao.js +++ b/taoyao-client-media/src/Taoyao.js @@ -376,7 +376,7 @@ class Taoyao { // 定时打印使用情况 setInterval(async () => { this.usage(); - }, 300 * 1000); + }, 60 * 1000); } /** @@ -552,7 +552,7 @@ class Taoyao { } closeAllRoom() { - console.info("关闭所有房间:", this.rooms.size()); + console.info("关闭所有房间:", this.rooms.size); this.rooms.forEach((room, roomId) => { room.closeAll(); });