From: Ivan Kohler Date: Tue, 25 Jul 2017 21:39:11 +0000 (-0700) Subject: increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f3c59969f9182b4b9d157508a65da0c66f753379 increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879 --- diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index a582200c8..3a878501f 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -1858,7 +1858,7 @@ their preferences. =cut -Set($MaxInlineBody, 12000); +Set($MaxInlineBody, 120000); =item C<$ShowTransactionImages>