diff --git a/Procfile b/Procfile index 83caf7e..7dc7bf0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: cd app; python manage.py run_gunicorn -b 0.0.0.0:\$PORT -w 4 -k gevent –max-requests=500 –preload \ No newline at end of file +web: cd app; python manage.py run_gunicorn -w 4 --max-requests=500 --preload \ No newline at end of file