From 27f5db32fa1c44a341d95554ff3d069776e71d3f Mon Sep 17 00:00:00 2001 From: jcwimer Date: Wed, 16 Dec 2015 13:22:30 +0000 Subject: [PATCH] Revmoed max pools for passenger --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f37076c..f4e99ab 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ worker: rake jobs:work -web: bundle exec passenger start -p $PORT --max-pool-size 3 \ No newline at end of file +web: bundle exec passenger start -p $PORT \ No newline at end of file