diff --git a/Procfile b/Procfile index c5b15cf..7e0c82b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn wsgi:app -c run/gunicorn/run.py --workers=3 +web: gunicorn wsgi:app -c run/gunicorn/run.py --workers=3 --timeout=60