tcfly commited on
Commit
efaa0c4
·
verified ·
1 Parent(s): fdb78fa

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -90,4 +90,4 @@ async function batchVisit() {
90
  await access(url);
91
  }
92
  }
93
- cron.schedule('* 1 * * *', batchVisit); // 24小时访问任务间隔周期,默认2分钟
 
90
  await access(url);
91
  }
92
  }
93
+ cron.schedule('*/2 * * * *', batchVisit); // 24小时访问任务间隔周期,默认2分钟