From 5d9b55c29e926ff4c19606d594d7eedc67407758 Mon Sep 17 00:00:00 2001 From: Wolfang Torres Date: Sat, 20 Jun 2026 09:58:48 +0800 Subject: [PATCH] update scrip laucnh --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index dd3bcac..6d02667 100644 --- a/launch.sh +++ b/launch.sh @@ -1 +1 @@ -python -m gunicorn --bind 0.0.0.0:8085 'anki_creator_flask:create_app()' \ No newline at end of file +python -m gunicorn --workers 4 --bind 0.0.0.0:8085 'anki_creator_flask:create_app()' \ No newline at end of file