diff --git a/app/http.php b/app/http.php index df8d3833..aa733572 100644 --- a/app/http.php +++ b/app/http.php @@ -80,7 +80,7 @@ * Create orchestration pool */ $register->set('orchestrationPool', function () { - $pool = new Pool('orchestration-pool', 30, function () { + $pool = new Pool('orchestration-pool', 100, function () { $dockerUser = (string) App::getEnv('OPR_EXECUTOR_DOCKER_HUB_USERNAME', ''); $dockerPass = (string) App::getEnv('OPR_EXECUTOR_DOCKER_HUB_PASSWORD', ''); $orchestration = new Orchestration(new DockerCLI($dockerUser, $dockerPass));