Skip to content

Commit

Permalink
Increase threads in an example Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Jun 4, 2022
1 parent 854208f commit 9a792d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/heroku/Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn --bind :$PORT --workers 1 --threads 2 --timeout 0 main:flask_app
web: gunicorn --bind :$PORT --workers 1 --threads 10 --timeout 0 main:flask_app

0 comments on commit 9a792d8

Please sign in to comment.