Skip to content

Commit 5de2deb

Browse files
committed
Update Procfile to optimize Gunicorn settings with increased workers and threads
1 parent c4e1fc7 commit 5de2deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
release: python manage.py migrate --noinput
2-
web: gunicorn blt.wsgi --log-file -
2+
web: gunicorn blt.wsgi --log-file - --workers 2 --worker-class gthread --threads 2 --timeout 120

0 commit comments

Comments
 (0)