diff options
author | Dylan Hardison <dylan@mozilla.com> | 2015-11-04 04:09:25 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2015-11-04 04:09:25 +0100 |
commit | 338bad479a7b75c656e0c99438629322cc9b8721 (patch) | |
tree | 28a9748d05bef520a834ade190b61ae2aed2a8e6 /Bugzilla | |
parent | b5271cab904a4802b04caa5cf3f08d8d80272183 (diff) | |
download | bugzilla-338bad479a7b75c656e0c99438629322cc9b8721.tar.gz bugzilla-338bad479a7b75c656e0c99438629322cc9b8721.tar.xz |
Bug 1219750 - Allow Apache2::SizeLimit to be configured via params
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Localconfig.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index dbc0624d3..0ca40ed1b 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -126,6 +126,10 @@ use constant LOCALCONFIG_VARS => ( shadowdbsock => undef, }, }, + { + name => 'apache_size_limit', + default => 250000, + }, ); sub read_localconfig { |