We also don't need 9 workers for the dev guni.

master
Nick Sergeant 2013-04-28 18:22:33 -04:00
parent 59d93db58d
commit 3b37b4e180
1 changed files with 1 additions and 1 deletions

View File

@ -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 = 1 # 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