From a98c6710d848f759eb10324d14bf6e6c81d7227e Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 7 Mar 2025 14:03:17 +0800 Subject: [PATCH] fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a57d25b..75466d4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/sh python manage.py migrate --noinput -exec gunicorn api.wsgi -k uvicorn.workers.UvicornWorker -w 5 \ No newline at end of file +exec gunicorn api.wsgi -k uvicorn.workers.UvicornWorker --workers 5 --threads 4 \ No newline at end of file