Skip to content

Commit

Permalink
🔧 Change number of gunicorn workers
Browse files Browse the repository at this point in the history
  • Loading branch information
dankolbman committed Jun 8, 2018
1 parent 6bc73a9 commit 74c7191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0

[program:gunicorn]
command=gunicorn manage:app -b localhost:5000 --workers 5
command=gunicorn manage:app -b localhost:5000 --workers 3
stderr_logfile=/dev/stdout
stderr_logfile_maxbytes=0

0 comments on commit 74c7191

Please sign in to comment.