-
Notifications
You must be signed in to change notification settings - Fork 135
doc --rpc-http-max-active-connections option #638
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
doc --rpc-http-max-active-connections option #638
Conversation
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
docs/Reference/CLI/CLI-Syntax.md
Outdated
| rpc-http-max-active-connections="100" | ||
| ``` | ||
|
|
||
| The maximum number of HTTP connections allowed for JSON-RPC. Once this limit is reached, incoming connections will be rejected. The default is 80. |
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.
Minor suggestions:
"The maximum number of allowed HTTP JSON-RPC connections."
Try and rephrase without "will". It's one of the words on our do not use list :)
bgravenorst
left a comment
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.
Minor suggestions. Also, similar to the other issue I'm not sure quotes ("") are required around integers in the config file. But we seem pretty inconsistent in the docs.
docs/Reference/CLI/CLI-Syntax.md
Outdated
| === "Configuration File" | ||
|
|
||
| ```bash | ||
| rpc-http-max-active-connections="100" |
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.
the TOML syntax for integers is indeed without quotes, see https://toml.io/en/
Signed-off-by: Nicolas MASSART <nicolas.massart@consensys.net>
d6fd8e3 to
ef06f98
Compare
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
…alexandratran/besu-docs into 630_doc_rpc_http_max_active_connections Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net> # Conflicts: # docs/Reference/CLI/CLI-Syntax.md
bgravenorst
left a comment
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.
Looks good to me.
|
Hi How many max rpc connection able to set in the node. |
Pull request checklist
Use the following list to make sure your PR fits the Besu doc quality standard.
Before creating the pull request
Make sure that:
After creating your pull request and tests finished
Make sure that:
and updated the testing link (see Testing).
Describe the change
Add documentation for the --rpc-http-max-active-connection option
Issue fixed
fixes #630
Impacted parts
For content changes
For tools changes
Testing
https://hyperledger-besu--638.org.readthedocs.build/en/638/
Screenshots / recording