Skip to content

docs(csharp): add inflight requests limit example - #315

Draft
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/csharp-inflight-requests-limit
Draft

Aryex wants to merge 1 commit into
mainfrom
alexl/agent/csharp-inflight-requests-limit

Conversation

@Aryex

@Aryex Aryex commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Add C# code example to the "Limit Inflight Requests" configuration page, replacing the "not yet available" placeholder.

⚠️ Attention: This PR was generated automatically. Verify that all relevant pages have been updated.

Source Commits

  • a83acbe — Add inflight requests limit configuration (#509)

Changes

  • Replaced C# "not yet available" placeholder in how-to/connections/limit-inflight-requests.mdx with a complete code example showing WithInflightRequestsLimit(uint) fluent builder usage on GlideClusterClientConfiguration

Context

C# #509 exposes the glide-core inflight_requests_limit configuration option through the C# client's ClientConfigurationBuilder<T>. The new WithInflightRequestsLimit(uint) fluent builder method allows users to control the maximum number of concurrent in-flight requests before new requests are rejected with RequestException. Setting the value to 0 throws ArgumentOutOfRangeException. If not set, the glide-core default (1000) is used.

cc @currantw


This PR was generated by the automated documentation pipeline.

Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
@Aryex Aryex added documentation Improvements or additions to documentation csharp AI Generated labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Generated csharp documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants