From bbe5dcddc69f7c8689026bc93330f66278a150f0 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Fri, 8 Jul 2016 12:25:50 -0400 Subject: Bug 1283664 - Add minimum to Apache2::SizeLimit to ensure better performance --- Bugzilla/Install/Localconfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index 2e2eb8932..7c01be37d 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -128,7 +128,7 @@ use constant LOCALCONFIG_VARS => ( }, { name => 'apache_size_limit', - default => 250000, + default => 600000, }, ); -- cgit v1.2.3-24-g4f1b