From 8836971f7a267e3ff9df4384a687310268cbd790 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 6 Mar 2012 09:27:39 -0500 Subject: [PATCH] Lowering gunis --- gunicorn.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 314a9a3..5d3265f 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 = 9 # Number of workers to initialize +workers = 4 # 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