diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-07-25 14:39:11 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-07-25 14:39:11 -0700 |
commit | f3c59969f9182b4b9d157508a65da0c66f753379 (patch) | |
tree | 5353587e3462df29899bfeb7a7b9b4786fc40d8d /rt/etc | |
parent | bc2454b300843ce6194d894ef2889e1053bb3580 (diff) |
increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879
Diffstat (limited to 'rt/etc')
-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 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> |