Default maximum buffer size for CSV lexer in characters (UTF-16 code units).
Remarks
This constant defines the maximum size of the internal buffer used by the CSV lexer
during tokenization. The buffer size is measured in UTF-16 code units (JavaScript string length).
Approximately 10MB for ASCII text, but may vary for non-ASCII characters.
Default maximum buffer size for CSV lexer in characters (UTF-16 code units).