Skip to main content

MAX_PENDING_MODIFY_INTENTS

Constant MAX_PENDING_MODIFY_INTENTS 

Source
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.