[Rt-commit] r4607 - in rt/branches/3.7-EXPERIMENTAL: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Mar 1 00:08:10 EST 2006


Author: jesse
Date: Wed Mar  1 00:08:08 2006
New Revision: 4607

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in

Log:
 r24800 at truegrounds:  jesse | 2006-02-28 01:37:09 -0500
  *Clean up the "MaxInlineBody" variable's description


Modified: rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in	Wed Mar  1 00:08:08 2006
@@ -428,10 +428,10 @@
 
 
 # $MaxInlineBody is the maximum attachment size that we want to see
-# inline when viewing a transaction. 13456 is a random sane-sounding
-# default. RT inline any text if value is undefined or 0.
+# inline when viewing a transaction. 
+# RT will inline any text if value is undefined or 0.
 
-Set($MaxInlineBody, 13456);
+Set($MaxInlineBody, 12000);
 
 # By default, RT shows newest transactions at the bottom of the ticket
 # history page, if you want see them at the top set this to '0'.


More information about the Rt-commit mailing list