diff --git a/server/upstart.conf b/server/upstart.conf index c132bc4..53eb113 100644 --- a/server/upstart.conf +++ b/server/upstart.conf @@ -10,7 +10,7 @@ setgid www-data exec /srv/dpaste.de/bin/python /srv/dpaste.de/bin/manage.py run_gunicorn \ --user=www-data \ --group=www-data \ - --workers=1 \ + --workers=2 \ --error-logfile=/srv/dpaste.de/var/gunicorn.error.log \ --pid=/srv/dpaste.de/var/gunicorn.pid \ --bind=127.0.0.1:12000