From 83d044827150b9be9071b56bc23e0293a123e575 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Tue, 29 Dec 2015 23:09:20 +0000 Subject: [PATCH] Moved back to passenger --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a803cb5..93afc98 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ worker: bundle exec rake jobs:work -web: bundle exec puma -t 5:5 -p $PORT -e $RACK_ENV \ No newline at end of file +web: bundle exec passenger start -p $PORT --max-pool-size 3 \ No newline at end of file