Skip to content

Commit

Permalink
fix: missing line continuation character
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Feb 28, 2024
1 parent c1afa09 commit 7f00ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/lm_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
printf "Starting app in PROD mode (Gunicorn)"
gunicorn --workers "${GUNICORN_WORKERS}" \
--threads "${GUNICORN_THREADS}" \
--max-requests "${GUNICORN_MAX_REQUESTS}"
--max-requests "${GUNICORN_MAX_REQUESTS}" \
--max-requests-jitter "${GUNICORN_MAX_REQUESTS_JITTER}" \
--worker-connections "${GUNICORN_WORKER_CONNECTIONS}" \
--worker-class "${GUNICORN_WORKER_CLASS}" \
Expand Down

0 comments on commit 7f00ce9

Please sign in to comment.