chore: Reduce Gunicorn worker count from 4 to 2 for optimized resource usage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user