Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Mcp.ServerPolicy.EffectiveTimeout

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

LibTmux.Mcp.ServerPolicy.EffectiveTimeout ( requested : TimeSpan? ) → TimeSpan
method [source]
method [source]
LibTmux.Mcp.ServerPolicy.EffectiveTimeout

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.

Esc

Type to search.