Skip to content

Commit

Permalink
fix: set default gunicorn timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Feb 25, 2024
1 parent ee7796f commit 4c06d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/lm_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ else
--threads "${GUNICORN_THREADS}" \
--config "${GUNICORN_CONF}" \
--certfile="${CERT}" --keyfile="${KEY}" \
--timeout=60 \
-b "0.0.0.0:8000" \
"app"
fi

0 comments on commit 4c06d1b

Please sign in to comment.