Skip to content

EXECUTION_PAYLOAD_CAP

const EXECUTION_PAYLOAD_CAP: number = 4096;

Defined in: src/execution.ts:206

Longest payload captured per timeline entry, in characters.

A history’s payloads are unbounded — a Distributed Map’s input can be megabytes — and every one of them would otherwise land in the HTML document. 4 KB covers a typical Task’s input or output whole and bounds the worst case to something a browser can still open.