pub const MAX_PENDING_MODIFY_INTENTS: usize = 32;Expand description
Maximum in-flight modify intents tracked per order. Rapid repricing rarely queues more than one or two unacknowledged modifies at once; the cap bounds memory if replacement acks stall. On overflow the oldest intent is evicted.