diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-01-27 23:47:17 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-01-27 23:47:55 +0100 |
commit | 8c54443dd24eb15576dd5c2ebfbc6ce174276b3c (patch) | |
tree | bef75c6b912268cba7a9730cc42ec31710cf4c4d /Bugzilla | |
parent | a8512cea01b427d2af0a980b856e06e307c4c185 (diff) | |
download | bugzilla-8c54443dd24eb15576dd5c2ebfbc6ce174276b3c.tar.gz bugzilla-8c54443dd24eb15576dd5c2ebfbc6ce174276b3c.tar.xz |
Bug 731589 - Move mod_perl's max_unshared size from mod_perl.pl to localconfig
r=dkl,a=dylan
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 9d385fc14..fae97c189 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -132,6 +132,10 @@ use constant LOCALCONFIG_VARS => ( # is larger than anybody would ever be able to brute-force. default => sub { generate_random_password(64) }, }, + { + name => 'apache_size_limit', + default => 250000, + }, ); |