Skip to content

Commit 9a792d8

Browse files
authored
Increase threads in an example Profile
1 parent 854208f commit 9a792d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/heroku/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn --bind :$PORT --workers 1 --threads 2 --timeout 0 main:flask_app
1+
web: gunicorn --bind :$PORT --workers 1 --threads 10 --timeout 0 main:flask_app

0 commit comments

Comments
 (0)