1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00

chore: Reduce Gunicorn worker count from 4 to 2 for optimized resource usage

This commit is contained in:
Sean Morley 2025-03-21 20:27:46 -04:00
parent a3cd940065
commit 13d3b24ec2

View file

@ -65,5 +65,5 @@ cat /code/adventurelog.txt
# Start Gunicorn in foreground
exec gunicorn main.wsgi:application \
--bind 0.0.0.0:8000 \
--workers 4 \
--workers 2 \
--timeout 120