From: Dylan William Hardison Date: Mon, 11 Mar 2019 15:44:32 +0000 (-0400) Subject: Bug 1497721 - rest/bug/ API redirects when number of ids in query string is >= 900 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a75e14e33977a8795cdf7e1849b530f987506845;p=thirdparty%2Fbugzilla.git Bug 1497721 - rest/bug/ API redirects when number of ids in query string is >= 900 --- diff --git a/Bugzilla/App.pm b/Bugzilla/App.pm index 1f8f597f8..b61bf9382 100644 --- a/Bugzilla/App.pm +++ b/Bugzilla/App.pm @@ -80,6 +80,8 @@ sub startup { } ); + $ENV{MOJO_MAX_LINE_SIZE} ||= 1024 * 10; # Mojo default is 8kb + # hypnotoad is weird and doesn't look for MOJO_LISTEN itself. $self->config( hypnotoad => {