increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879
authorIvan Kohler <ivan@freeside.biz>
Tue, 25 Jul 2017 21:39:14 +0000 (14:39 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 25 Jul 2017 21:39:14 +0000 (14:39 -0700)
rt/etc/RT_Config.pm.in

index 498e53c..e88b764 100644 (file)
@@ -1674,7 +1674,7 @@ their preferences.
 
 =cut
 
 
 =cut
 
-Set($MaxInlineBody, 12000);
+Set($MaxInlineBody, 120000);
 
 =item C<$ShowTransactionImages>
 
 
 =item C<$ShowTransactionImages>