pub static MESH_TERMINATE_CONCURRENCY: Key<usize>
Expand description
Maximum number of child terminations to run concurrently during bulk shutdown. Prevents unbounded spawning of termination tasks (which could otherwise spike CPU, I/O, or file descriptor load).