From 4ca49a963251ca27e086e2973d4b7b77f5785b47 Mon Sep 17 00:00:00 2001 From: william Date: Mon, 16 May 2016 17:24:17 -0400 Subject: [PATCH] info --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index 9ea36ce..d9fa8ea 100644 --- a/routes/api.js +++ b/routes/api.js @@ -63,7 +63,7 @@ var runner = function(req, res, container){ }; var startWorkers = function(clworker, stopPercent){ - stopPercent = stopPercent || 20; + stopPercent = stopPercent || 30; console.log(clworker) getFreeMem(clworker.ip, function(usedMemPercent){ console.log(arguments)