pjfanning commented on code in PR #1071:
URL: https://github.com/apache/poi/pull/1071#discussion_r3236786519


##########
poi-scratchpad/src/main/java/org/apache/poi/hmef/CompressedRTF.java:
##########
@@ -52,6 +54,16 @@ public final class CompressedRTF extends LZWDecompresser {
       "\\fmodern \\fscript \\fdecor MS Sans SerifSymbolArialTimes New 
RomanCourier" +
       "{\\colortbl\\red0\\green0\\blue0\n\r\\par 
\\pard\\plain\\f0\\fs20\\b\\i\\u\\tab\\tx";
 
+   private static final int DEFAULT_MAX_RECORD_LENGTH = 50_000_000;

Review Comment:
   why this length as opposed to some other value?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to