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