patchbaySnapshotSnapshotByteCeiling top-level constant

int const patchbaySnapshotSnapshotByteCeiling

Largest per-snapshot canonical UTF-8 budget a host may be configured with.

It is the same number as PB-050-01's maxCanonicalBytes safety ceiling on purpose: a run budget above the ceiling could never be reached, so allowing one would only let an operator believe in a budget the host never applies.

Implementation

const int patchbaySnapshotSnapshotByteCeiling =
    patchbaySnapshotMaxCanonicalBytes;