DEFAULT_PARSE_BUFFER_SIZE

const val DEFAULT_PARSE_BUFFER_SIZE: Int = 1024

The default buffer size for parsing HTML documents using KtSoupParser.parseChunked.