We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e331d commit 58876ccCopy full SHA for 58876cc
gunicorn.conf.py
@@ -4,7 +4,7 @@
4
logfile = ".gunicorn.log" # Name of the log file
5
loglevel = "info" # The level at which to log
6
pidfile = ".gunicorn.pid" # Path to a PID file
7
-workers = 8 # Number of workers to initialize
+workers = 9 # Number of workers to initialize
8
umask = 0 # Umask to set when daemonizing
9
user = None # Change process owner to user
10
group = None # Change process group to group
0 commit comments