Skip to content

Commit

Permalink
Increase gunicorn worker count to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryf0x committed Nov 13, 2023
1 parent fd17900 commit 103d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

[program:gunicorn]
command=/usr/local/bin/gunicorn artshowjockey.wsgi -w 2 -b 127.0.0.1:5000
command=/usr/local/bin/gunicorn artshowjockey.wsgi -w 4 -b 127.0.0.1:5000
directory=/code
user=nobody
stdout_logfile=/dev/stdout
Expand Down

0 comments on commit 103d00e

Please sign in to comment.