remove gevent temporarily

This commit is contained in:
Kenneth Reitz
2012-06-09 11:15:54 -04:00
parent 8c390dc0a3
commit 07e9afab24
+1 -1
View File
@@ -1 +1 @@
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k gevent -t 3 --name httpbin
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -t 3 --name httpbin