Update max requests

This commit is contained in:
Ramon Wenger 2020-11-19 14:55:38 +01:00
parent 6dff4bb7af
commit e34bae1734
1 changed files with 1 additions and 1 deletions

View File

@ -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