LibTmux.ServerConnectionOptions.MaxCapturedBytesPerStream
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- ServerConnectionOptions
- Package
- LibTmux
- Source
- src/LibTmux/Connection/TmuxConnectionOptions.cs
-
Gets the largest output one command may capture, in bytes.
Defaults to 64 MiB. A command whose output passes it fails rather than growing without bound, so a service that runs many captures at once can bound what one of them costs. Raise it for a capture that legitimately needs more.
0 declared, 0 inherited