aliyun/aliyun-log-java-sdk

limitation of put log is incorrect

wjo1212 opened this issue · 0 comments

228 public static int CONST_MAX_PUT_SIZE = 50 * 1024 * 1024;
229 public static int CONST_MAX_PUT_LINES = 40960;

which should be 5MB. for the lines it's fine.