Need at least 16 workers to handle peak load :s
This commit is contained in:
parent
503ea4d440
commit
d0256b86b8
1 changed files with 1 additions and 1 deletions
|
|
@ -393,4 +393,4 @@ async def main(request):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(host="0.0.0.0", port=7000)
|
app.run(host="0.0.0.0", port=7000, workers=16)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue