diff --git a/ecosystem.json b/ecosystem.json index ab4b58e7..5e4d5a17 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -2,9 +2,8 @@ "apps" : [{ "name" : "tellform", "script" : "/usr/local/bin/grunt", - "instances" : "max", - "exec_mode" : "cluster", - "watch": ["app", "public/modules/"] + "instances" : "4", + "exec_mode" : "cluster" }], "deploy" : { "stage" : {