代码优化

This commit is contained in:
liujianjiang 2025-12-05 09:43:15 +08:00
parent 6aa3999af7
commit 62c86e04e7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import multiprocessing
import os
# 服务器socket
bind = "0.0.0.0:8000"
bind = "0.0.0.0:8012"
# 工作进程数
workers = multiprocessing.cpu_count() * 2 + 1