Commit 747bd73b authored by Administrator's avatar Administrator

Update app.js

parent 8bd45cdd
......@@ -53,7 +53,7 @@ async function checkProcessWork() {
run()
}
cron.schedule('*/10 * * * * *', () => {
cron.schedule('*/30 * * * * *', () => {
checkProcessWork()
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment