Merge "[Fix] Allow larger headers in API requests"

This commit is contained in:
Mark Burnett 2018-03-05 10:07:07 -05:00 committed by Gerrit Code Review
commit 86c3c11ba4
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ if [ "$1" = 'server' ]; then
--harakiri "${UWSGI_TIMEOUT}" \
--socket-timeout "${UWSGI_TIMEOUT}" \
--harakiri-verbose \
-b 32768 \
--lazy-apps \
--master \
--thunder-lock \