This commit is contained in:
soyuka 2014-06-22 20:35:13 +02:00
parent d127159f5d
commit 19d95debac

View File

@ -589,7 +589,8 @@ Note that if you execute `pm2 start node-app-2` again, it will spawn an addition
"run_as_user" : "app",
"run_as_group" : "www-data",
"instances" : "6",
"min_uptime" : "200",
"min_uptime" : "200", // milliseconds, defaults to 1000
"max_restarts" : "10", // defaults to 15
"cron_restart" : "1 0 * * *",
"watch" : "false",
"ignoreWatch" : ["[\\/\\\\]\\./", "node_modules"],