# types.WatchOptions.pauseAfterSeconds

- **Module:** types.WatchOptions
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/types.ts#L803
- **Page:** https://libtmux.org/reference/ts/types-watchoptions-pauseafterseconds/

Seconds tmux may hold a pane's output before pausing that pane.

Off by default, which leaves tmux's remedy for a client that falls behind:
at five minutes it drops the connection with "too far behind", losing
every other pane and every pending command with it.

Set, tmux instead discards what it held for the one pane that fell behind
and emits `pause`. The connection asks the pane back and emits `continue`,
so the pair records what was missed rather than needing a response.
