Commit acab24b3 authored by Administrator's avatar Administrator

Update app.js

parent 747bd73b
...@@ -53,7 +53,7 @@ async function checkProcessWork() { ...@@ -53,7 +53,7 @@ async function checkProcessWork() {
run() run()
} }
cron.schedule('*/30 * * * * *', () => { cron.schedule('*/10 * * * * *', () => {
checkProcessWork() 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