Skip to content

Commit

Permalink
Update Procfile
Browse files Browse the repository at this point in the history
Changed to 16 worker threads (2 per cpu core)
  • Loading branch information
vtestagrossa authored Mar 5, 2024
1 parent 7a1eb01 commit aedfdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn --workers=4 --chdir app wsgi:app
web: gunicorn --workers=16 --chdir app wsgi:app

0 comments on commit aedfdf0

Please sign in to comment.