summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2015-11-04 04:11:29 +0100
committerDylan Hardison <dylan@mozilla.com>2015-11-04 04:11:29 +0100
commit2776e92227827959dbd576e5b42c2da98464448d (patch)
treed695bd4e86581c69e2bb4b2f82297d840425e9d7 /mod_perl.pl
parent338bad479a7b75c656e0c99438629322cc9b8721 (diff)
downloadbugzilla-2776e92227827959dbd576e5b42c2da98464448d.tar.gz
bugzilla-2776e92227827959dbd576e5b42c2da98464448d.tar.xz
remove stray line that snuck in
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl2
1 files changed, 1 insertions, 1 deletions
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'};