Skip to content

Commit

Permalink
updated granian worker count to 1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oyeniyipa committed Nov 8, 2024
1 parent bb3933e commit 1eed0fa
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: python manage.py check --deploy && python manage.py migrate --noinput && python manage.py clearcache && python manage.py collectstatic --noinput && granian --interface wsgi config.wsgi:application --workers 4 --host 0.0.0.0 --port $PORT
web: python manage.py check --deploy && python manage.py migrate --noinput && python manage.py clearcache && python manage.py collectstatic --noinput && granian --interface wsgi config.wsgi:application --host 0.0.0.0 --port $PORT

0 comments on commit 1eed0fa

Please sign in to comment.