increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879
[freeside.git] / rt / etc / RT_Config.pm.in
index dace2d7..e88b764 100644 (file)
@@ -121,7 +121,7 @@ installed).
 
 Example:
 
-C<Set(@Plugins, (qw(Extension::QuickDelete RT::Extension::CommandByMail)));>
+C<Set(@Plugins, (qw(RT::Extension::SLA RT::Authen::ExternalAuth)));>
 
 =cut
 
@@ -1674,7 +1674,7 @@ their preferences.
 
 =cut
 
-Set($MaxInlineBody, 12000);
+Set($MaxInlineBody, 120000);
 
 =item C<$ShowTransactionImages>