Skip to content

Commit

Permalink
Changed the default number of workers to one
Browse files Browse the repository at this point in the history
We do this to prevent extra charges by Heroku
  • Loading branch information
fasouto committed Dec 5, 2017
1 parent d7f1e8d commit e4507d7
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 --bind 0.0.0.0:${PORT:-8000} -w 3 {{ project_name }}.wsgi
web: gunicorn --bind 0.0.0.0:${PORT:-8000} -w 1 {{ project_name }}.wsgi

0 comments on commit e4507d7

Please sign in to comment.