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:11 +0000 (14:39 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 25 Jul 2017 21:39:11 +0000 (14:39 -0700)
rt/etc/RT_Config.pm.in

index a582200..3a87850 100644 (file)
@@ -1858,7 +1858,7 @@ their preferences.
 
 =cut
 
-Set($MaxInlineBody, 12000);
+Set($MaxInlineBody, 120000);
 
 =item C<$ShowTransactionImages>