Bump gunis

master
Nick Sergeant 2012-03-06 11:37:20 -05:00
parent 22e331d8fc
commit 58876ccd85
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 = 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