diff --git a/Procfile b/Procfile index 47662f0..a77100c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn main:app --preload --workers 8 +web: gunicorn main:app --preload --workers 8 --timeout 60 --log-level debug