Skip to content

Commit

Permalink
[Fix] Allow larger headers in API requests
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
sh8121att committed Mar 1, 2018
1 parent d62140a commit 249c519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Expand Up @@ -14,6 +14,7 @@ if [ "$1" = 'server' ]; then
--harakiri "${UWSGI_TIMEOUT}" \
--socket-timeout "${UWSGI_TIMEOUT}" \
--harakiri-verbose \
-b 32768 \
--lazy-apps \
--master \
--thunder-lock \
Expand Down

0 comments on commit 249c519

Please sign in to comment.