Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/tools / / DEFAULT_MAX_BUFFER_BYTES

Variable: DEFAULT_MAX_BUFFER_BYTES

ts
const DEFAULT_MAX_BUFFER_BYTES: number;

Defined in: packages/tools/src/streaming/channel.ts:36

W-117: default byte cap on the per-call aggregation buffer. Generous - an ordinary tool result is orders of magnitude smaller; the cap exists so an unbounded streaming producer cannot exhaust host memory.

Stable