We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46d38d commit 087b7c6Copy full SHA for 087b7c6
pkg/cmdutil/file_input.go
@@ -7,7 +7,7 @@ import (
7
"os"
8
)
9
10
-const maxCapacity = 1024 * 1024 // 1MB
+const maxCapacity = 1024 * 5120 // 5MB
11
12
func ReadFile(filename string, stdin io.ReadCloser) ([]byte, error) {
13
if filename == "-" {
0 commit comments