pub const MAX_CONCURRENT_TASKS_PER_WORKER: usize = 250;Expand description
Maximum concurrent tasks per worker thread (hard cap). This cap prevents excessive memory usage and GC pressure per worker. Validated through load testing as a stable upper bound. Internal constant, not user-configurable.