Update uwsgi to 4096

This commit is contained in:
斟酌 鵬兄 2025-05-17 01:01:53 +08:00
parent b6c561ef13
commit 15badfeabe

View File

@ -14,6 +14,7 @@ case "$RUN_MODE" in
--http-socket :5000 \
--wsgi-file main.py \
--callable application --master \
--listen 4096 \
--processes 1 --threads 2
;;
"tasks")