From 4ca9f12947e16d56f7ad23799e394a682aa960b0 Mon Sep 17 00:00:00 2001 From: chuguofei <1633295391@qq.com> Date: Wed, 28 Jun 2023 15:18:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/oss/iot/monitor.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/oss/iot/monitor.jsp b/src/main/webapp/WEB-INF/oss/iot/monitor.jsp index 813841c..cced03f 100644 --- a/src/main/webapp/WEB-INF/oss/iot/monitor.jsp +++ b/src/main/webapp/WEB-INF/oss/iot/monitor.jsp @@ -700,7 +700,7 @@ reportFlag = '0' } if (reportFlag == '0') { - if (lastTime + 60 * 5 * 1000 < new Date().getTime()) { + if (lastTime + 3 * 1000 < new Date().getTime()) { reflash(sceneId); lastTime = new Date().getTime(); }