From ae60689b41de463066168d42f99c0d7766ced1db Mon Sep 17 00:00:00 2001 From: Chris Anderton Date: Tue, 12 May 2015 11:18:54 +0100 Subject: [PATCH 1/2] tune threads and workers for puma --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 4fd3163..47c245d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec puma -p $PORT +web: bundle exec puma -p $PORT -t 1:5 -w 2 From 3aa186919ed08adf7de765e520e56c57189fce88 Mon Sep 17 00:00:00 2001 From: Chris Anderton Date: Tue, 12 May 2015 11:24:17 +0100 Subject: [PATCH 2/2] tune again to take account of suggested worker issue in issue #13 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 47c245d..6548051 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec puma -p $PORT -t 1:5 -w 2 +web: bundle exec puma -p $PORT -t 1:5 -w 1