Expand description
Contractual bounds (docs/ARCHITECTURE.md). These are protocol facts both sides must agree on, not tunables.
Constants§
- EVENT_
QUEUE_ CAP - Per-subscriber bounded event queue; overflow drops the oldest event (counted + warned — a slow reader never blocks volume threads).
- MAX_
PAYLOAD_ LEN - Hard cap on a single pipe frame’s payload; announcing more is a protocol violation (connection dropped).
- MAX_
RESULTS_ PER_ CONN - Per-connection result-handle registry cap; beyond it the least recently used handle is evicted (its pages answer STALE with an “evicted” detail).
- PAGE_
ROWS - The client’s page-fetch granularity (rows per
ResultPagerequest and the UI virtualization page size). The wire itself accepts any count.