Add `maxLineSizeInBlockForComparison`
- Add configuration option
maxLineSizeInBlockForComparison
to configure max line size to do comparisons per block. This options helps avoiding OOM in blocks with large line (e.g.: minified files).
maxLineSizeInBlockForComparison
to configure max line size to do comparisons per block. This options helps avoiding OOM in blocks with large line (e.g.: minified files).