Skip to content

Commit 58876cc

Browse files
committed
Bump gunis
1 parent 22e331d commit 58876cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn.conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
logfile = ".gunicorn.log" # Name of the log file
55
loglevel = "info" # The level at which to log
66
pidfile = ".gunicorn.pid" # Path to a PID file
7-
workers = 8 # Number of workers to initialize
7+
workers = 9 # Number of workers to initialize
88
umask = 0 # Umask to set when daemonizing
99
user = None # Change process owner to user
1010
group = None # Change process group to group

0 commit comments

Comments
 (0)