diff --git a/Procfile b/Procfile index 73b97b7..0f0e082 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: ./release-tasks.sh -web: gunicorn app:app +web: gunicorn app:app -w 4 --preload