ConstThis constant defines how often stream transformers check for backpressure (measured in number of items processed). The transformer yields to the event loop when backpressure is detected to prevent blocking the main thread.
Used by CSVLexerTransformer, StringCSVParserStream, and BinaryCSVParserStream.
Default backpressure check interval for stream transformers.