Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: prune connections based on stream counts and direction #2521

Merged
merged 2 commits into from
May 7, 2024

Commits on May 2, 2024

  1. fix: prune connections based on stream counts and direction

    Changes how we sort connections to prune to be more than just tags
    and age.
    
    Now we'll sort by tags, the number of open streams, direction and
    age.
    
    This should choose idle connections without streams to close over
    those that are in use.
    achingbrain committed May 2, 2024
    Configuration menu
    Copy the full SHA
    53f1bc0 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. chore: update test name

    achingbrain committed May 5, 2024
    Configuration menu
    Copy the full SHA
    ec92d27 View commit details
    Browse the repository at this point in the history