diff --git a/Procfile b/Procfile index 17a32c0..f7c6fed 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn app:app --workers=5 \ No newline at end of file +web: gunicorn app:app --workers=5 --timeout 90 \ No newline at end of file