Skip to content

Commit

Permalink
build: Change number of gunicorn workers to 16 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Aug 4, 2023
1 parent 01f5131 commit d4a2227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ RUN mkdir -p tmp && \
echo "ALLOWED_DOMAINS = ['ietf.org', 'rfc-editor.org', 'github.com', 'githubusercontent.com', 'github.io', 'gitlab.com', 'gitlab.io', 'codeberg.page']" >> at/config.py

# host with gunicorn
CMD gunicorn --workers=20 -b 0.0.0.0:80 'at:create_app()'
CMD gunicorn --workers=16 -b 0.0.0.0:80 'at:create_app()'

0 comments on commit d4a2227

Please sign in to comment.