diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-07-25 14:39:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-07-25 14:39:14 -0700 |
commit | 41f8e219d5ac167998a5ea3e4f1826ad51074d66 (patch) | |
tree | ea5e10de74b6e1a37982211b844c3a823c4ed54a | |
parent | 92199dcc6dc539d1ae1f3583ab1786059b42741a (diff) |
increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879
-rw-r--r-- | rt/etc/RT_Config.pm.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index 498e53c71..e88b7643b 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> |