Squashed 'spiffworkflow-backend/' changes from 6c573bb64..22bc66758
22bc66758 allow request to be 8k w/ burnettk git-subtree-dir: spiffworkflow-backend git-subtree-split: 22bc66758576b8b8d51348eddd64c56c77d54388
This commit is contained in:
parent
8f8b471799
commit
81746ee508
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue