mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
Small grammar fix and addition of units to output.
This commit is contained in:
parent
c79713c4e1
commit
1ec91ccbd6
@ -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`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user