chore: reduce number of workers in Dockerfile from 4 to 2

This commit is contained in:
Lan
2026-01-27 10:05:33 +08:00
parent a3f599fe51
commit 24d49e1c9a
+1 -1
View File
@@ -41,7 +41,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# 环境变量配置 # 环境变量配置
ENV HOST="::" \ ENV HOST="::" \
PORT=12345 \ PORT=12345 \
WORKERS=4 \ WORKERS=2 \
LOG_LEVEL="info" LOG_LEVEL="info"
EXPOSE 12345 EXPOSE 12345