Merge commit '81746ee508f6ab0ffe757856d9a3d5d855db2560'

This commit is contained in:
jasquat 2022-10-19 16:16:50 -04:00
commit 6789a81f2c
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@ export IS_GUNICORN="true"
export PROCESS_WAITING_MESSAGES="true"
# THIS MUST BE THE LAST COMMAND!
exec poetry run gunicorn ${additional_args} --bind "0.0.0.0:$port" --workers="$workers" --timeout 90 --capture-output --access-logfile '-' --log-level debug wsgi:app
exec poetry run gunicorn ${additional_args} --bind "0.0.0.0:$port" --workers="$workers" --limit-request-line 8192 --timeout 90 --capture-output --access-logfile '-' --log-level debug wsgi:app