From 9561e952a382f1214e386c9009e5f7eea9e78802 Mon Sep 17 00:00:00 2001 From: 648540858 <456PANlinlin> Date: 星期三, 17 十一月 2021 00:07:34 +0800 Subject: [PATCH] 添加使用多线程消息处理sip消息 --- src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java b/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java index 79ca77b..72f0db6 100644 --- a/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java +++ b/src/main/java/com/genersoft/iot/vmp/conf/WVPTimerTask.java @@ -17,8 +17,8 @@ @Autowired private MediaConfig mediaConfig; - @Scheduled(cron="0/2 * * * * ? ") //姣�3绉掓墽琛屼竴娆� - public void execute(){ -// redisCatchStorage.updateWVPInfo(); - } +// @Scheduled(cron="0/2 * * * * ? ") //姣�3绉掓墽琛屼竴娆� +// public void execute(){ +//// redisCatchStorage.updateWVPInfo(); +// } } -- Gitblit v1.8.0