tfmask icon indicating copy to clipboard operation
tfmask copied to clipboard

Increase MaxBufferSize

Open davewongillies opened this issue 3 years ago • 0 comments

We've hit on some situations where tfmask would hit this error:

bufio.Scanner: token too long

This was because some of the lines in our output were exceeding the default MaxScanTokenSize in bufio.Scanner

This change increases the buffer by 10.

davewongillies avatar Nov 20 '20 18:11 davewongillies