maxTranscriptReadBytes top-level constant
int
const maxTranscriptReadBytes
Maximum transcript file size before bail-out to prevent OOM.
Implementation
const int maxTranscriptReadBytes = 50 * 1024 * 1024;