diff --git a/compose/django/live-gunicorn-mhackspace.sh b/compose/django/live-gunicorn-mhackspace.sh index ae2938a..66e4058 100755 --- a/compose/django/live-gunicorn-mhackspace.sh +++ b/compose/django/live-gunicorn-mhackspace.sh @@ -2,4 +2,4 @@ #python /app/manage.py collectstatic --noinput #python /app/manage.py compilescss -/usr/local/bin/gunicorn config.wsgi -w 4 -b unix:/data/sockets/live-gunicorn-mhackspace.sock --error-logfile /var/log/gunicorn/live-gunicorn-mhackspace.log --chdir=/app +/usr/local/bin/gunicorn config.wsgi -w 3 -b unix:/data/sockets/live-gunicorn-mhackspace.sock --error-logfile /var/log/gunicorn/live-gunicorn-mhackspace.log --chdir=/app