pub const DEFAULT_MAX_TXS_PER_SENDER: usize = 16;
Default maximum number of transactions per sender in the AA 2D pool.
This limit prevents a single sender from monopolizing pool capacity.