summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2005-02-21 02:03:09 +0100
committerbugreport%peshkin.net <>2005-02-21 02:03:09 +0100
commit30a52319c024fefb2b4e4aa7bd974e4af7af30cd (patch)
tree4ee72b234e27753d291454020d97cc03e8f51a94 /defparams.pl
parentc1d16e426c2d1f2fe5563c0d20b3b8eb256d8c77 (diff)
downloadbugzilla-30a52319c024fefb2b4e4aa7bd974e4af7af30cd.tar.gz
bugzilla-30a52319c024fefb2b4e4aa7bd974e4af7af30cd.tar.xz
Bug 252272: Allow extremely large attachments to be stored locally
r=wurblzap.a=justdave
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 3f91aabe2..99b942ce6 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -1270,6 +1270,17 @@ Reason: %reason%
},
{
+ name => 'maxlocalattachment',
+ desc => 'The maximum size (in Megabytes) of attachments identified by ' .
+ 'the user as "Big Files" to be stored locally on the webserver. ' .
+ 'If set to zero, attachments will never be kept on the local ' .
+ 'filesystem.',
+ type => 't',
+ default => '0',
+ checker => \&check_numeric
+ },
+
+ {
name => 'chartgroup',
desc => 'The name of the group of users who can use the "New Charts" ' .
'feature. Administrators should ensure that the public categories ' .