Skip to content

Commit

Permalink
Up the worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Jul 17, 2023
1 parent c2ceaa8 commit a64c48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ async def root():
host="0.0.0.0",
port=8888,
log_config=DEFAULT_LOGGING,
workers=10,
) # type: ignore

0 comments on commit a64c48c

Please sign in to comment.