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

init

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