-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Adjust the ratio of the in-peers
/out-peers
#13477
Conversation
Establish fewer outbound connections in an attempt to allow publicly available nodes to accept more full nodes. Maintain the overall number of connections node should establish.
Do you think it nevertheless makes sense controlling the number of out connections dynamically depending on the major syncing status? |
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.
👍
I think it would require more research what is appropriate + way for people opt out. I also think it should be anyway be clamped at the lower bound to some sensible value (which is effectively what this PR does). It is sort of a hidden feature which could be improved of course and we can revisit this solution in the (near) future. |
Not 100% sure but this PR #13700 might fix the problem. |
Establish fewer outbound connections in an attempt to allow publicly available nodes to accept more full nodes. Maintain the overall number of connections node should establish.
Establish fewer outbound connections in an attempt to allow publicly available nodes to accept more full nodes. Maintain the overall number of connections node should establish.
Establish fewer outbound connections in an attempt to allow publicly available nodes to accept more full nodes.
Maintain the overall number of connections node should establish.