diff options
author | Dylan Hardison <dylan@mozilla.com> | 2015-11-04 04:11:29 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2015-11-04 04:11:29 +0100 |
commit | 2776e92227827959dbd576e5b42c2da98464448d (patch) | |
tree | d695bd4e86581c69e2bb4b2f82297d840425e9d7 | |
parent | 338bad479a7b75c656e0c99438629322cc9b8721 (diff) | |
download | bugzilla-2776e92227827959dbd576e5b42c2da98464448d.tar.gz bugzilla-2776e92227827959dbd576e5b42c2da98464448d.tar.xz |
remove stray line that snuck in
-rw-r--r-- | mod_perl.pl | 2 |
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'}; |