This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-streamloader.git
The following commit(s) were added to refs/heads/master by this push: new 9529a99 [fix] reduce the value of defaultMaxBytesPerTask to fit Doris (#17) 9529a99 is described below commit 9529a99b9de2e5aff2464258bde80a9041695ab4 Author: hui lai <1353307...@qq.com> AuthorDate: Thu Jun 6 16:10:08 2024 +0800 [fix] reduce the value of defaultMaxBytesPerTask to fit Doris (#17) * fix resume from breakpoint command * reduce the value of defaultMaxBytesPerTask to fit Doris --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 779148e..7a7737c 100644 --- a/main.go +++ b/main.go @@ -42,7 +42,7 @@ const ( defaultTimeout = 60 * 60 * 10 defaultBatchRows = 4096 defaultBatchBytes = 943718400 - defaultMaxBytesPerTask = 107374182400 + defaultMaxBytesPerTask = 9663676416 defaultReportDuration = 1 defaultMaxRetryTimes = 3 defaultRetryInterval = 60 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org