# limits.DispatchLimits.DEFAULT_IN_FLIGHT

- **Module:** limits.DispatchLimits
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/limits.rs#L115
- **Page:** https://libtmux.org/reference/rs/limits-dispatchlimits-default_in_flight/

How many dispatches may run at once by default.

tmux serializes commands on its own thread, so more clients than this
buys queueing rather than throughput.
