diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 3e7083c..be2b6d1 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -1,4 +1,4 @@ -bind = "0.0.0.0:8000" +bind = "0.0.0.0:8100" workers = 2 # Tune based on available CPU cores worker_class = "uvicorn.workers.UvicornWorker" timeout = 300 # Increased from 60 to 300 seconds (5 minutes)