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