configure workers
This commit is contained in:
parent
09bf8fd641
commit
2cbd4e96b8
@ -70,4 +70,5 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
app.run(host=config.HTTP_ADDRESS,
|
app.run(host=config.HTTP_ADDRESS,
|
||||||
port=config.HTTP_PORT,
|
port=config.HTTP_PORT,
|
||||||
debug=config.DEBUG)
|
debug=config.DEBUG,
|
||||||
|
workers=config.HTTP_WORKERS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user