pub const ORDER_DEDUP_CAPACITY: usize = 1_024;Expand description
Capacity for the per-order accepted / filled dedup caches. Tracks active and recently-terminal orders so reconnect replays do not re-emit lifecycle events; need only span the live-stream replay window plus a margin.