summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-07-25 14:39:13 -0700
committerIvan Kohler <ivan@freeside.biz>2017-07-25 14:39:13 -0700
commitd90496a1300edfaf9ad1369f05669cbd3970461b (patch)
tree3353959c832bf5e989bc3dbcb5e44f00dc2bfd81
parentfda38dd8939876dce3ef4a5c9a8ae01d67cd9865 (diff)
increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879
-rw-r--r--rt/etc/RT_Config.pm.in2
1 files changed, 1 insertions, 1 deletions
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>