LibTmux.Mcp.ServerPolicy.EffectiveTimeout
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
-
Lowers a caller's timeout to the ceiling this policy sets.
An over-large request is honoured at the ceiling rather than refused, and the result reports the value used, so a model learns the policy from what came back instead of from a failed call.
- Parameters
-
-
requested ( TimeSpan? ) – What the caller asked for, or null for the ceiling.
-
- Returns
-
The duration a wait will actually use.