Browse Source

feat: 定时任务间隔时间改为半小时

mrabit 2 years ago
parent
commit
00816d34e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -175,4 +175,4 @@ async function init() {
 }
 
 init()
-schedule.scheduleJob('00 00 */1 * * *', init) // 每小时
+schedule.scheduleJob('00 */30 * * * *', init) // 每半小时