From 30a52319c024fefb2b4e4aa7bd974e4af7af30cd Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Mon, 21 Feb 2005 01:03:09 +0000 Subject: Bug 252272: Allow extremely large attachments to be stored locally r=wurblzap.a=justdave --- defparams.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 3f91aabe2..99b942ce6 100644 --- a/defparams.pl +++ b/defparams.pl @@ -1269,6 +1269,17 @@ Reason: %reason% checker => \&check_numeric }, + { + 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" ' . -- cgit v1.2.3-24-g4f1b