This commit is contained in:
Todd Gruben 2016-09-22 03:05:53 -05:00
parent f53c2d07d8
commit 57810f8ab6

View file

@ -233,7 +233,7 @@ func NewImportCommand(stdin io.Reader, stdout, stderr io.Writer) *ImportCommand
Stdout: stdout,
Stderr: stderr,
BufferSize: 1000000,
BufferSize: 10000000,
}
}