Update run.sh

This commit is contained in:
zandercymatics 2024-02-01 10:02:52 -07:00
parent 2368aaa85d
commit 3fe47296a9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

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, # 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. # so that the styles and static assets to show up correctly on any environment.
gunicorn registrar.config.wsgi -t 60 gunicorn --worker-class=gevent --worker-connections=1000 --workers=3 registrar.config.wsgi -t 60