From e01794edbcd2f5df182d04a8638c55b11bb4c003 Mon Sep 17 00:00:00 2001 From: william mantly Date: Sat, 23 Jul 2016 01:41:53 -0400 Subject: [PATCH] another commit --- lxc.js | 1 + workers.json | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lxc.js b/lxc.js index dbd9ec0..ab544d1 100644 --- a/lxc.js +++ b/lxc.js @@ -1,6 +1,7 @@ 'use strict'; var exec = require('child_process').exec; + function sysExec(command, ip, callback){ ip = ip || '104.236.77.157'; command = new Buffer(command).toString('base64') diff --git a/workers.json b/workers.json index cc86c04..2589c94 100644 --- a/workers.json +++ b/workers.json @@ -1,9 +1,8 @@ { "image": "18607562", "version": 5, - "lastSnapShotId": "0", "size": "512mb", "max": 100, - "min": 1, - "minAvail": 1 + "min": 3, + "minAvail": 3 }