From ac4b2caac3eb40aa2b6083c320f4e0b790f699f4 Mon Sep 17 00:00:00 2001 From: kasulejoseph <32167860+Kasulejoseph@users.noreply.github.com> Date: Thu, 23 Aug 2018 18:53:18 +0300 Subject: [PATCH] Update procfile --- procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procfile b/procfile index a7ee552..4b7a336 100644 --- a/procfile +++ b/procfile @@ -1,2 +1,2 @@ #web: gunicorn --workers=1 run:app -web: gunicorn -w 4 run:app +web: gunicorn run:app