EMsnap commented on code in PR #9121:
URL: https://github.com/apache/inlong/pull/9121#discussion_r1372872777
##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/CommonConstants.java:
##########
@@ -61,8 +61,8 @@ public class CommonConstants {
// the same task must have the same Partition Key if choose sync
public static final String PROXY_SEND_PARTITION_KEY = "proxy.partitionKey";
- // max size of single batch in bytes, default is 800KB.
- public static final int DEFAULT_PROXY_PACKAGE_MAX_SIZE = 800000;
+ // max size of single batch in bytes, default is 500KB
+ public static final int DEFAULT_PROXY_PACKAGE_MAX_SIZE = 500000;
Review Comment:
this is not 500 kb lol
--
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]