disable threading, use processes

This commit is contained in:
Martin Zimmermann 2013-09-09 14:13:05 +02:00
parent 3037f5926d
commit 18ebf6f95a

View File

@ -159,5 +159,5 @@ def main():
})
run_simple(conf.get('server', 'host'), conf.getint('server', 'port'),
app, threaded=True)
app, processes=2)