xjlgod commented on code in PR #7577: URL: https://github.com/apache/incubator-seata/pull/7577#discussion_r2265105063
########## compressor/seata-compressor-zstd/src/main/java/org/apache/seata/compressor/zstd/ZstdUtil.java: ########## @@ -24,26 +24,18 @@ */ public class ZstdUtil { - public static final int MAX_COMPRESSED_SIZE = 4 * 1024 * 1024; Review Comment: Why we have this limit before? -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org