Browse Source

优化推送逻辑

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

2
code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js

@ -4,7 +4,7 @@ const moment = require('moment')
module.exports = function (app, opts) {
const freshYingshiState = app.fs.scheduleInit(
{
interval: '0 */4 * * * *',
interval: '50 */4 * * * *',
// interval: '*/3 * * * *',
// immediate: true,
proRun: true,

Loading…
Cancel
Save