[freeside-commits] branch FREESIDE_4_BRANCH updated. d90496a1300edfaf9ad1369f05669cbd3970461b

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


The branch, FREESIDE_4_BRANCH has been updated
       via  d90496a1300edfaf9ad1369f05669cbd3970461b (commit)
      from  fda38dd8939876dce3ef4a5c9a8ae01d67cd9865 (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 d90496a1300edfaf9ad1369f05669cbd3970461b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jul 25 14:39:13 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