disable threading, use processes
This commit is contained in:
parent
3037f5926d
commit
18ebf6f95a
@ -159,5 +159,5 @@ def main():
|
|||||||
})
|
})
|
||||||
|
|
||||||
run_simple(conf.get('server', 'host'), conf.getint('server', 'port'),
|
run_simple(conf.get('server', 'host'), conf.getint('server', 'port'),
|
||||||
app, threaded=True)
|
app, processes=2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user