This commit is contained in:
Kenneth Reitz
2012-06-09 11:19:14 -04:00
parent c7a02cc3ab
commit 2299db88e4
+1 -1
View File
@@ -1 +1 @@
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 eventlet -t 3 --name httpbin
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -k eventlet -t 3 --name httpbin