diff --git a/Procfile b/Procfile index 0d934272..7f7297e4 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ release: ./release-tasks.sh -web: newrelic-admin run-program gunicorn --max-requests 500 --log-file=- --pythonpath server core.wsgi +web: newrelic-admin run-program gunicorn --max-requests 2000 --log-file=- --pythonpath server core.wsgi