parallelism

abstract val parallelism: Int

The level of parallelism for processing grouped exchanges.

This value determines how many groups can be processed concurrently. Each group processes exchanges sequentially, but different groups can be processed in parallel. A higher parallelism value allows more concurrent processing but may increase resource consumption.

Typical values range from 1 (sequential processing) to the number of available CPU cores or higher for I/O-bound workloads.