diff --git a/entrypoint.sh b/entrypoint.sh index e3dafd4..eb334ab 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,4 +3,4 @@ set -e flask db upgrade -gunicorn --bind 0.0.0.0:$PORT -w 2 --threads 2 main:app +gunicorn --bind 0.0.0.0:$PORT -w 2 -t 2 --worker-class gthread --timeout 600 main:app