# limits.ControlLimits

- **Module:** limits
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/limits.rs#L244
- **Page:** https://libtmux.org/reference/rs/limits-controllimits/

## Members

- `max_line_bytes` (attribute)
- `max_block_bytes` (attribute)
- `DEFAULT_LINE_BYTES` (constant) — 8 MiB for one line. A pane printing a single enormous line is the realistic way to reach this, and it is well past anything a terminal displays.
- `DEFAULT_BLOCK_BYTES` (constant) — 64 MiB for one `%begin`/`%end` block, which is a whole command's answer rather than one line.
- `line_bytes` (method)
- `block_bytes` (method)
