-
Notifications
You must be signed in to change notification settings - Fork 448
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
feat: Update connectionManager
to allow configuration of incoming and outgoing connection limits
#1511
feat: Update connectionManager
to allow configuration of incoming and outgoing connection limits
#1511
Conversation
1f522e0
to
d6b4fd3
Compare
I've updated the docs should be ready to review now. |
It may not actually be useful to have a minimum inbound/outbound connection limit. In the case of a min inbound connection limit, this could force the |
7d17a3b
to
2ec8606
Compare
This has been refactored. Ready for review @achingbrain |
6812ac1
to
24f7709
Compare
1c3484b
to
72abe72
Compare
72abe72
to
80dc00d
Compare
The examples pubsub test seems to be flaky as it passes on my branch. |
…tions from connection manager (libp2p#1508)
…eperate incoming and outgoing connection limits (libp2p#1508)
…ction limit is reached (libp2p#1515)
80dc00d
to
9344798
Compare
@maschad any reason for the force-pushes? I can't see what that commit references. Also this is ready for review right, @mpetrunic would you be able to help review (requesting out of caution since not sure if achingbrain will get to it with Helia work) |
I've reverted those changes, I believe we can still go ahead with the changes as explained here so should be ready for review now. |
Thanks for pointing out those issues @mpetrunic I've made the updates. I would be interested in @achingbrain 's response to #1511 (comment) otherwise we should be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 small comments otherwise LGTM
8e11bf7
to
9e75969
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but let's wait for @achingbrain to take a look
Closing this as discussed with @achingbrain and @wemeetagain as consumers may have an idea of the |
Closes #1508