server.ServerOptions.timeoutMs
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- server
- Declared in
- ServerOptions
- Package
- libtmux
- Source
- packages/libtmux/src/server.ts
-
Default deadline, in milliseconds, for every command this server runs: 30 seconds unless set.
nullremoves it, so commands wait as long as tmux takes.Must be a positive timer-safe integer or
null. A single call can override it either way. Commands that wait on a person —display-popup,display-menu,command-prompt,confirm-before,display-panesandwait-for— get no default, since bounding them would cut the person off; a deadline passed on the call itself still applies to them.
0 declared, 0 inherited