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

Use inbound/outbound max peers for Reth. #675

Merged
merged 2 commits into from
Oct 12, 2024

Conversation

0xfornax
Copy link
Member

No description provided.

shared/services/config/reth-params.go Outdated Show resolved Hide resolved
MaxInboundPeers: config.Parameter{
ID: "maxInboundPeers",
Name: "Max Inbound Peers",
Description: "The maximum number of inbound peers Reth should connect to. This can be lowered to improve performance on low-power systems or constrained networks. We recommend keeping it at 12 or higher.",
Copy link
Contributor

Choose a reason for hiding this comment

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

kinda annoying that this will render for non-reth users. did you look for a way to hide it from the tui when other ECs are selected?

Copy link
Member Author

@0xfornax 0xfornax Oct 11, 2024

Choose a reason for hiding this comment

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

It won't! It's a Reth specific parameter. You can check this behavior on the v.1.13.9-dev build.

@0xfornax 0xfornax merged commit 065c7c1 into master Oct 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants