Need at least 16 workers to handle peak load :s

This commit is contained in:
Alexandre Aubin 2021-01-08 03:48:03 +01:00 committed by GitHub
parent 503ea4d440
commit d0256b86b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -393,4 +393,4 @@ async def main(request):
if __name__ == "__main__":
app.run(host="0.0.0.0", port=7000)
app.run(host="0.0.0.0", port=7000, workers=16)