diff --git a/supervisord.conf b/supervisord.conf index f0c8be1..1ab01d5 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -10,7 +10,7 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:gunicorn] -command=/usr/local/bin/gunicorn artshowjockey.wsgi -w 2 -b 127.0.0.1:5000 +command=/usr/local/bin/gunicorn artshowjockey.wsgi -w 4 -b 127.0.0.1:5000 directory=/code user=nobody stdout_logfile=/dev/stdout