From d6aafd3cbcd10fe55b09612040878c9519fefcc2 Mon Sep 17 00:00:00 2001 From: martind2000 Date: Mon, 21 Mar 2016 23:38:14 +0000 Subject: [PATCH] update couch builder --- ecosystem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.json b/ecosystem.json index 3c27caf..87de7f4 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -10,7 +10,7 @@ "script": "keeper-server.js", "cwd": "/var/www/keeper", "watch": true, - "max_restarts": 64, + "ignore_watch" : ["node_modules"], "merge_logs" : true, "autorestart" : true, "restart_delay" : 3500,