Skip to content

Commit

Permalink
Use gevent workers
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz authored Sep 17, 2024
1 parent 8bedd96 commit b5831a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -o pipefail
set -o nounset


gunicorn config.wsgi --bind 0.0.0.0:8000 --chdir=/app --timeout 300
gunicorn config.wsgi --bind 0.0.0.0:8000 --chdir=/app -k gevent -w 2

0 comments on commit b5831a8

Please sign in to comment.