[uwsgi]
if-not-env = PORT
http-socket = :8010
endif =

master = true
buffer-size = 65536
die-on-term = true

if-env = VIRTUAL_ENV
venv = $(VIRTUAL_ENV)
endif =

gevent = 100
#gevent-early-monkey-patch =

wsgi = recorder.test.simplerec