From 108511334faa605dd3a02bbc958913e0afd5450b Mon Sep 17 00:00:00 2001 From: xubinbin <1323875150@qq.com> Date: Sat, 14 Sep 2024 10:35:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF=E7=9A=84cr?= =?UTF-8?q?on=E8=A1=A8=E8=BE=BE=E5=BC=8F=EF=BC=8C=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E8=A1=A8=E8=BE=BE=E5=BC=8F=E6=98=AF=E6=AF=8F=E9=97=B4?= =?UTF-8?q?=E9=9A=9410=E5=88=86=E9=92=9F=E5=BC=80=E5=A7=8B=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=EF=BC=8C=E5=85=B1=E6=89=A7=E8=A1=8C60=E6=AC=A1?= =?UTF-8?q?=EF=BC=8C=E6=AF=8F=E6=AC=A1=E9=97=B4=E9=9A=941=E7=A7=92?= =?UTF-8?q?=E3=80=82=E4=BF=AE=E5=A4=8D=E5=90=8E=E7=9A=84cron=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE=E5=BC=8F=E6=98=AF=E6=AF=8F10=E5=88=86=E9=92=9F?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E4=B8=80=E6=AC=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../genersoft/iot/vmp/service/impl/StreamProxyServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/genersoft/iot/vmp/service/impl/StreamProxyServiceImpl.java b/src/main/java/com/genersoft/iot/vmp/service/impl/StreamProxyServiceImpl.java index 920228dfd..adc2368f6 100755 --- a/src/main/java/com/genersoft/iot/vmp/service/impl/StreamProxyServiceImpl.java +++ b/src/main/java/com/genersoft/iot/vmp/service/impl/StreamProxyServiceImpl.java @@ -581,7 +581,7 @@ public class StreamProxyServiceImpl implements IStreamProxyService { } - @Scheduled(cron = "* 0/10 * * * ?") + @Scheduled(cron = "0 0/10 * * * ?") public void asyncCheckStreamProxyStatus() { List all = mediaServerService.getAllOnline();