configure workers

This commit is contained in:
Yax 2017-07-08 20:42:58 +02:00
parent 09bf8fd641
commit 2cbd4e96b8
2 changed files with 4 additions and 2 deletions

View file

@ -70,4 +70,5 @@ if __name__ == '__main__':
app.run(host=config.HTTP_ADDRESS,
port=config.HTTP_PORT,
debug=config.DEBUG)
debug=config.DEBUG,
workers=config.HTTP_WORKERS)