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