mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
eventlet now
This commit is contained in:
@@ -1 +1 @@
|
||||
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -t 3 --name httpbin
|
||||
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 eventlet -t 3 --name httpbin
|
||||
+1
-1
@@ -6,7 +6,7 @@ argparse==1.2.1
|
||||
blinker==1.2
|
||||
decorator==3.3.2
|
||||
distribute==0.6.15
|
||||
gevent==0.13.6
|
||||
eventlet==0.9.16
|
||||
greenlet==0.3.1
|
||||
gunicorn==0.13.4
|
||||
newrelic==1.2.1.265
|
||||
|
||||
Reference in New Issue
Block a user