Skip to content

Commit f1c09b0

Browse files
committed
fix: reduce default number of workers in Dockerfile to improve resource management
1 parent 7f46c58 commit f1c09b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN pip install --no-cache-dir -r requirements.txt
4141
# 环境变量配置
4242
ENV HOST="::" \
4343
PORT=12345 \
44-
WORKERS=4 \
44+
WORKERS=1 \
4545
LOG_LEVEL="info"
4646

4747
EXPOSE 12345

0 commit comments

Comments
 (0)