[Rt-commit] rt branch, 4.0/document-maxattachmentsize, created. rt-4.0.7-54-g2d69f64

Alex Vandiver alexmv at bestpractical.com
Wed Aug 29 18:18:04 EDT 2012


The branch, 4.0/document-maxattachmentsize has been created
        at  2d69f6494260d94909597e522f779b48ca4390c6 (commit)

- Log -----------------------------------------------------------------
commit 2d69f6494260d94909597e522f779b48ca4390c6
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Aug 29 18:17:50 2012 -0400

    Document that setting MaxAttachmentSize by itself serves no purpose

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index f339001..317202d 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -347,7 +347,8 @@ Set($StoreLoops, undef);
 =item C<$MaxAttachmentSize>
 
 C<$MaxAttachmentSize> sets the maximum size (in bytes) of attachments
-stored in the database.
+stored in the database.  This setting is irrelevant unless one of
+$TruncateLongAttachments or $DropLongAttachments (below) are set.
 
 =cut
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list