Browse Source

freshYingshiState interval

release_1.1.2
巴林闲侠 2 years ago
parent
commit
87f5360204
  1. 4
      code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js

4
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,
},

Loading…
Cancel
Save