Skip to content

@loontail/minecraft-kit v0.5.0 / SPAWNER_MAX_LINE_BYTES

Variable: SPAWNER_MAX_LINE_BYTES

ts
const SPAWNER_MAX_LINE_BYTES: number;

Maximum bytes per line emitted by ChildProcessSpawner. Lines longer than this are split: a Minecraft crash that prints megabytes of unbroken text should not exhaust memory inside the launcher.

Source

src/constants/defaults.ts:54

MIT License