From 66785e2450d8c8c34772515972b65ae36e62b840 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Wed, 4 Jan 2023 18:35:39 +0800 Subject: [PATCH] Update modules/actions/log.go Co-authored-by: delvh --- modules/actions/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/actions/log.go b/modules/actions/log.go index e0061f4f75..3868101992 100644 --- a/modules/actions/log.go +++ b/modules/actions/log.go @@ -25,7 +25,7 @@ const ( DBFSPrefix = "actions_log/" timeFormat = "2006-01-02T15:04:05.0000000Z07:00" - defaultBufSize = 64 * 1024 + defaultBufSize = MaxLineSize ) func WriteLogs(ctx context.Context, filename string, offset int64, rows []*runnerv1.LogRow) ([]int, error) {