Commit 4024865c authored by Ahmad Nemati's avatar Ahmad Nemati

init

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