From db56addd692bbf0aa2a1676bb4604bbfb0d5f29a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 14 Mar 2017 17:14:04 -0400 Subject: [PATCH] don't specify gunicorn workers --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index aaba562..5e50d67 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -w 6 --log-file - +web: gunicorn httpbin:app --log-file -