Spaces:
Sleeping
Sleeping
Update gunicorn.conf.py
Browse files- gunicorn.conf.py +1 -1
gunicorn.conf.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# 项目根目录新建gunicorn.conf.py
|
2 |
-
bind = "0.0.0.0:
|
3 |
workers = 1 # 单worker避免资源竞争
|
4 |
timeout = 120 # 延长超时时间
|
5 |
keepalive = 5
|
|
|
1 |
# 项目根目录新建gunicorn.conf.py
|
2 |
+
bind = "0.0.0.0:7860"
|
3 |
workers = 1 # 单worker避免资源竞争
|
4 |
timeout = 120 # 延长超时时间
|
5 |
keepalive = 5
|