Skip to content

Commit

Permalink
increases backlog + max req limits
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch committed May 31, 2021
1 parent 78a06cd commit 97222cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/uvicorn_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ServerUvicornWorker(UvicornWorker):
"proxy_headers": True,
"access_log": True,
"reload": False,
"backlog": 4,
"limit_max_requests": 2,
"backlog": 8,
"limit_max_requests": 64,
"timeout_notify": 5
}

0 comments on commit 97222cf

Please sign in to comment.