[Fix] Allow larger headers in API requests

- Some API calls require very long query strings and thus
  overrun the iuWSGI default 4k buffer sizes. Expand the buffer
  to handle these larger requests.

Change-Id: If61a6b4370452094cbbc2e5f5a88254d0a21c00b
This commit is contained in:
Scott Hussey 2018-03-01 09:25:00 -06:00
parent d62140afe8
commit 249c5195ef
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 \