From 07e9afab248fb0064119cb3445867b94c4af747a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 9 Jun 2012 11:15:54 -0400 Subject: [PATCH] remove gevent temporarily --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index c03e633..8be52c5 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent -t 3 --name httpbin \ No newline at end of file +web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -t 3 --name httpbin \ No newline at end of file