libtmux Reference MCP Search
On this page

server.ServerOptions.timeoutMs

View as Markdown

Module
server
Declared in
ServerOptions
Package
@libtmux/libtmux
Source
packages/libtmux/src/server.ts
timeoutMs : : number
propertyreadonly [source]
propertyreadonly [source]
timeoutMs

Default deadline, in milliseconds, for every command this server runs.

Must be a positive timer-safe integer.

A single call can override it. Without either, a command waits as long as tmux takes; a long-lived process that cannot bound its work cannot recover from a daemon that stops answering.

0 declared, 0 inherited

Esc

Type to search.