updating startRunners command.

This commit is contained in:
Thomas Harvey
2017-10-16 12:01:44 -04:00
parent cac789fed3
commit ce31c7f1d5
5 changed files with 129 additions and 22 deletions

View File

@@ -68,4 +68,4 @@ let __do = function(till){
setTimeout(__do, 1500, --till);
};
__do(4);
__do(1000);