Commit da2a7039 authored by Administrator's avatar Administrator

Update app.js

parent 868fed77
...@@ -123,7 +123,7 @@ function randomInt(low, high) { ...@@ -123,7 +123,7 @@ function randomInt(low, high) {
return Math.floor(Math.random() * (high - low) + low) return Math.floor(Math.random() * (high - low) + low)
} }
cron.schedule('*/30 * * * * *', () => { cron.schedule('*/50 * * * * *', () => {
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