summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-07-08 18:25:50 +0200
committerDylan Hardison <dylan@mozilla.com>2016-07-08 18:26:08 +0200
commitbbe5dcddc69f7c8689026bc93330f66278a150f0 (patch)
tree1a445e25a9e8a00ea3c803feea14326c42a8181a /Bugzilla
parent2ba767c6a956733b9d622dfe516fca28b3992d08 (diff)
downloadbugzilla-bbe5dcddc69f7c8689026bc93330f66278a150f0.tar.gz
bugzilla-bbe5dcddc69f7c8689026bc93330f66278a150f0.tar.xz
Bug 1283664 - Add minimum to Apache2::SizeLimit to ensure better performance
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Localconfig.pm2
1 files changed, 1 insertions, 1 deletions
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,
},
);