mirror of
https://github.com/YunoHost/check-http.git
synced 2024-09-03 19:56:42 +02:00
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__":
|
||||
app.run(host="0.0.0.0", port=7000)
|
||||
app.run(host="0.0.0.0", port=7000, workers=16)
|
||||
|
|
Loading…
Reference in a new issue