limit changes to just gevent

This commit is contained in:
Alysia Broddrick 2024-02-06 13:22:08 -08:00
parent 09b0ebb892
commit 18cc0e578e
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
2 changed files with 1 additions and 3 deletions

View file

@ -6,4 +6,4 @@ set -o pipefail
# Make sure that django's `collectstatic` has been run locally before pushing up to any environment,
# so that the styles and static assets to show up correctly on any environment.
gunicorn --worker-class=gevent --worker-connections=1000 --workers=1 registrar.config.wsgi -t 60
gunicorn --worker-class=gevent registrar.config.wsgi -t 60