Skip to content

Commit

Permalink
chore: Update to 4 gunicorn workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan committed Aug 24, 2020
1 parent d156609 commit 2c58103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

gunicorn -b 0.0.0.0:8081 -w 1 wsgi:app --worker-class gevent --log-level debug
gunicorn -b 0.0.0.0:8081 -w 4 wsgi:app --worker-class gevent --log-level debug

0 comments on commit 2c58103

Please sign in to comment.