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

chore: bump max concurrent outbound dials #7057

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Mar 8, 2024

we only implemented proper restrictions of this property recently.
so before #6860 we allowed up until the available total slots outbound connections concurrently (up to 100)

This bumps the default to 15 which we can handle easily, this should improve peering on startup slightly

@mattsse mattsse added C-perf A change motivated by improving speed, memory usage or disk footprint A-networking Related to networking in general labels Mar 8, 2024
Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mattsse mattsse added this pull request to the merge queue Mar 8, 2024
Merged via the queue into main with commit 48b763f Mar 8, 2024
27 checks passed
@mattsse mattsse deleted the matt/bump-max-concurrent-dials branch March 8, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-networking Related to networking in general C-perf A change motivated by improving speed, memory usage or disk footprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants