From 58876ccd8599997131cab1c0a6626f4d5c0247fe Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 6 Mar 2012 11:37:20 -0500 Subject: [PATCH] Bump gunis --- gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index f8847ab..314a9a3 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -4,7 +4,7 @@ debug = False # Some extra logging logfile = ".gunicorn.log" # Name of the log file loglevel = "info" # The level at which to log pidfile = ".gunicorn.pid" # Path to a PID file -workers = 8 # Number of workers to initialize +workers = 9 # Number of workers to initialize umask = 0 # Umask to set when daemonizing user = None # Change process owner to user group = None # Change process group to group