aloyszhang commented on code in PR #7979:
URL: https://github.com/apache/inlong/pull/7979#discussion_r1189750254
##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/CommonConstants.java:
##########
@@ -65,7 +65,7 @@ public class CommonConstants {
public static final String PROXY_SEND_PARTITION_KEY = "proxy.partitionKey";
// max size of single batch in bytes, default is 200KB.
- public static final int DEFAULT_PROXY_PACKAGE_MAX_SIZE = 200000;
+ public static final int DEFAULT_PROXY_PACKAGE_MAX_SIZE = 800000;
Review Comment:
please keep consistent between comment and code
--
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]