Skip to content

Commit 6da891e

Browse files
committed
Port
1 parent 458d6d8 commit 6da891e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/gunicorn.conf.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
max_requests = 1000
44
max_requests_jitter = 50
55
log_file = "-"
6-
bind = "0.0.0.0:8888"
6+
bind = "0.0.0.0:8000"
77
workers = (multiprocessing.cpu_count() * 2) + 1
88

99
worker_class = "my_uvicorn_worker.MyUvicornWorker"

0 commit comments

Comments
 (0)