types.ConnectionOptions.bufferSize
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- types
- Declared in
- ConnectionOptions
- Package
- libtmux
- Source
- packages/libtmux/src/types.ts
-
How many events to hold for a consumer that has fallen behind.
On overflow the oldest event is dropped and
TmuxEventStream.droppedcounts it. Buffering without a bound would let a slow consumer grow the heap until the process dies, which is worse than losing an event.
0 declared, 0 inherited