Small grammar fix and addition of units to output.

This commit is contained in:
Adam Malone 2020-08-11 20:59:11 +10:00
parent c79713c4e1
commit 1ec91ccbd6
No known key found for this signature in database
GPG Key ID: 8521A8CCD1869962

View File

@ -165,7 +165,7 @@ module.exports = function(God) {
if (app_uptime > cst.EXP_BACKOFF_RESET_TIMER) {
var ref_proc = _getProcessById(proc.pm2_env.pm_id);
ref_proc.pm2_env.prev_restart_delay = 0
console.log(`[PM2][WORKER] Reset the restart delay, as app ${proc.name} is up for more than ${cst.EXP_BACKOFF_RESET_TIMER}`)
console.log(`[PM2][WORKER] Reset the restart delay, as app ${proc.name} has been up for more than ${cst.EXP_BACKOFF_RESET_TIMER}ms`)
}
}