[freeside-commits] branch FREESIDE_3_BRANCH updated. 41f8e219d5ac167998a5ea3e4f1826ad51074d66
Ivan
ivan at 420.am
Tue Jul 25 14:39:17 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via 41f8e219d5ac167998a5ea3e4f1826ad51074d66 (commit)
from 92199dcc6dc539d1ae1f3583ab1786059b42741a (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 41f8e219d5ac167998a5ea3e4f1826ad51074d66
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Jul 25 14:39:14 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 498e53c..e88b764 100644
--- a/rt/etc/RT_Config.pm.in
+++ b/rt/etc/RT_Config.pm.in
@@ -1674,7 +1674,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