From 6a17c7d457ad969e455d3a49466197fbf0f91463 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Wed, 5 Jun 2013 17:41:45 +0000 Subject: [PATCH] Increased worker size --- server/upstart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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