From 372634e7025de46f6509687502e21c5b3b66d68a Mon Sep 17 00:00:00 2001 From: Michele de Barros Santos Date: Mon, 9 Oct 2023 23:10:25 -0300 Subject: [PATCH] fix: app procf --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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