[freeside-commits] branch master updated. f3c59969f9182b4b9d157508a65da0c66f753379

Ivan ivan at 420.am
Tue Jul 25 14:39:12 PDT 2017


The branch, master has been updated
       via  f3c59969f9182b4b9d157508a65da0c66f753379 (commit)
      from  bc2454b300843ce6194d894ef2889e1053bb3580 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f3c59969f9182b4b9d157508a65da0c66f753379
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jul 25 14:39:11 2017 -0700

    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 a582200..3a87850 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>
 

-----------------------------------------------------------------------

Summary of changes:
 rt/etc/RT_Config.pm.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list