Property MaxSequences
MaxSequences
Most inputs one shared decode pass may carry. Defaults to 32, clamped to [1, 64].
public int MaxSequences { get; set; }
Property Value
Remarks
This bounds coalescing, not concurrency: any number of requests may be waiting, and each decode packs at most this many of their inputs (each an independent sequence) into one pass. Reading answers with the inherited value while MaxSequencesOverride is null; assigning sets the override.