From 87f5360204e995a09c871ed7a406f4add1f93ec9 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Mon, 8 Aug 2022 10:24:06 +0800 Subject: [PATCH] freshYingshiState interval --- code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js index 4713d41..31c3424 100644 --- a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js +++ b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js @@ -4,8 +4,8 @@ const moment = require('moment') module.exports = function (app, opts) { const freshYingshiState = app.fs.scheduleInit( { - // interval: '* */5 * * * *', - interval: '*/10 * * * *', + interval: '* */5 * * * *', + // interval: '*/10 * * * *', immediate: false, proRun: true, },