@@ -30,7 +30,8 @@ public class ShotExecutors {
* 定时清除流媒体压缩视频
*/
@Async
- @Scheduled(fixedRate = 3000)
+ @Scheduled(fixedRate = 3)
public void handleAlarmPicture() {
+ System.out.println("1");
}