Skip to content

Add connection cap, idle age limit and redial to exp pool - #175

Open
aisk wants to merge 2 commits into
masterfrom
exp-pool-defenses
Open

Add connection cap, idle age limit and redial to exp pool#175
aisk wants to merge 2 commits into
masterfrom
exp-pool-defenses

Conversation

@aisk

@aisk aisk commented Jul 27, 2026

Copy link
Copy Markdown
Owner

The exp connection pool now caps in-flight connections per server (default 128, waits within the connect timeout at the cap), ages out idle connections after 60 seconds, and transparently redials once when a pooled connection turns out dead at the first write. Same behavior for the blocking and tokio clients, both configurable through the builder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant