# libtmux::ConnectionOptions::pause_after

- **Module:** libtmux::ConnectionOptions
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/control.hpp#L144
- **Page:** https://libtmux.org/reference/cxx/libtmux-connectionoptions-pause_after/

Discard a pane's queued output once it is this far behind, and say so with `pause`.

A data-loss policy rather than backpressure, and unset is a policy too: tmux then buffers until a queued block is five minutes old and closes the connection with `too far behind`. Set this and a slow reader survives having lost output; leave it and a slow enough reader loses the connection. Only meaningful with `pane_output`.

`pause` is the sole report that anything was dropped, and it names the pane. A caller that sets this and ignores notifications has chosen to lose output silently.
