diff options
Diffstat (limited to 'mod_perl.pl')
-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'}; |