diff --git a/Procfile b/Procfile index 06a5728..e7d8fff 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python manage.py migrate && gunicorn hashflix.wsgi --log-file - \ No newline at end of file +web: python manage.py migrate && gunicorn --timeout 120 hashflix.wsgi --log-file - \ No newline at end of file