# libtmux::ConnectionOptions::pause_after

- **Module:** libtmux::ConnectionOptions
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/control.hpp#L148
- **Page:** https://libtmux.org/en/cxx/latest/reference/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.
