configure workers
This commit is contained in:
parent
09bf8fd641
commit
2cbd4e96b8
2 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue