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 computation of overlay parameters #2248

Merged
merged 2 commits into from
Aug 23, 2019

Conversation

MonsieurNicolas
Copy link
Contributor

Description

This PR changes the way we compute overlay's parameters (how many connections are allowed in/out and how many can be pending):
the old behavior was overly aggressive in trying to enforce the default of 500 pending connections.

Instead, I modified the behavior to bias towards enforcing how many established connections the instance has and only reduce those numbers if limits are causing those targets to not be met

@MonsieurNicolas MonsieurNicolas added this to In progress in v11.4.0 via automation Aug 22, 2019
@marta-lokhova
Copy link
Contributor

r+ a32f920

latobarita added a commit that referenced this pull request Aug 23, 2019
Fix computation of overlay parameters

Reviewed-by: marta-lokhova
@latobarita latobarita merged commit a32f920 into stellar:master Aug 23, 2019
v11.4.0 automation moved this from In progress to Done Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v11.4.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants