increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879
[freeside.git] / 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>