summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
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 8febe2f04..88b5c7d7e 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -64,7 +64,7 @@ use Apache2::SizeLimit;
if (Bugzilla->params->{'urlbase'} eq 'https://bugzilla.mozilla.org/') {
Apache2::SizeLimit->set_max_unshared_size(1_600_000);
} else {
- Apache2::SizeLimit->set_max_unshared_size(100_000);
+ Apache2::SizeLimit->set_max_unshared_size(600_000);
}
my $cgi_path = Bugzilla::Constants::bz_locations()->{'cgi_path'};