11wqe1 13 hours ago
parent
commit
365affb33f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cocostudy.js

+ 2 - 2
cocostudy.js

@@ -314,8 +314,8 @@ const runAutoScoSafe = async () => {
   }
   }
 };
 };
 
 
-// 定时任务:每天凌晨1点触发
-schedule.scheduleJob("0 1 * * *", async () => {
+// 定时任务:每10分钟触发一次
+schedule.scheduleJob("*/10 * * * *", async () => {
   try {
   try {
     await runAutoScoSafe();
     await runAutoScoSafe();
   } catch (error) {
   } catch (error) {