mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 13:59:36 +02:00
chore: Reduce Gunicorn worker count from 4 to 2 for optimized resource usage
This commit is contained in:
parent
a3cd940065
commit
13d3b24ec2
1 changed files with 1 additions and 1 deletions
|
@ -65,5 +65,5 @@ cat /code/adventurelog.txt
|
||||||
# Start Gunicorn in foreground
|
# Start Gunicorn in foreground
|
||||||
exec gunicorn main.wsgi:application \
|
exec gunicorn main.wsgi:application \
|
||||||
--bind 0.0.0.0:8000 \
|
--bind 0.0.0.0:8000 \
|
||||||
--workers 4 \
|
--workers 2 \
|
||||||
--timeout 120
|
--timeout 120
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue