Skip to content

Commit 8e60fb2

Browse files
committed
increase window size to 5MB
1 parent 5a76cbd commit 8e60fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ func downloadLogContent(logURL string, tailLines int) (string, int, *http.Respon
758758
tailLines = 1000
759759
}
760760

761-
const maxMemoryBytes = 1024 * 1024
761+
const maxMemoryBytes = 5 * 1024 * 1024
762762
var lines []string
763763
totalLines := 0
764764

0 commit comments

Comments
 (0)