]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1497721 - rest/bug/ API redirects when number of ids in query string is >= 900
authorDylan William Hardison <dylan@hardison.net>
Mon, 11 Mar 2019 15:44:32 +0000 (11:44 -0400)
committerGitHub <noreply@github.com>
Mon, 11 Mar 2019 15:44:32 +0000 (11:44 -0400)
Bugzilla/App.pm

index 1f8f597f807bd1013de2c40c7b4e5bf69887ccc0..b61bf9382ab9cc0b046569b0b4f6d237313cca17 100644 (file)
@@ -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 => {