From: Dylan Hardison Date: Wed, 4 Nov 2015 03:11:29 +0000 (-0500) Subject: remove stray line that snuck in X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2776e92227827959dbd576e5b42c2da98464448d;p=thirdparty%2Fbugzilla.git remove stray line that snuck in --- diff --git a/mod_perl.pl b/mod_perl.pl index f283006cc..b4b4d4fc2 100644 --- a/mod_perl.pl +++ b/mod_perl.pl @@ -69,7 +69,7 @@ if (Bugzilla->localconfig->{apache_size_limit}) { elsif (Bugzilla->params->{'urlbase'} eq 'https://bugzilla.mozilla.org/') { $apache_size_limit = 700_000; } -else + Apache2::SizeLimit->set_max_unshared_size($apache_size_limit); my $cgi_path = Bugzilla::Constants::bz_locations()->{'cgi_path'};