From cedf947a67fc3a0390a2e7eda89da4cb47c7de0e Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Tue, 31 Jan 2017 16:56:45 -0500 Subject: [PATCH] update pm2 configuration --- ecosystem.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecosystem.json b/ecosystem.json index dd58366c..e6ff5d0d 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -1,6 +1,8 @@ { "name": "p5js-web-editor", "script": "index.js", + "instances" : "max", + "exec_mode" : "cluster", "env": { "NODE_ENV": "production" }