Skip to content

Commit

Permalink
fix(fastapi): Increase number of procs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Jul 11, 2024
1 parent 1f38656 commit 875bfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"applications": {
"fastapi": {
"type": "python 3.11",
"processes": 1,
"processes": 4,
"path": "/api",
"home": "/usr/local",
"module": "main",
Expand Down

0 comments on commit 875bfc3

Please sign in to comment.