We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94e5ed commit c8040f8Copy full SHA for c8040f8
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