File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -2617,6 +2617,34 @@ To allow remote connections, set to `0.0.0.0`
26172617 In a production environment, ensure you are using a firewall to avoid exposing your node to the
26182618 internet.
26192619
2620+ ### ` rpc-http-max-active-connections `
2621+
2622+ === "Syntax"
2623+
2624+ ```bash
2625+ --rpc-http-max-active-connections=<INTEGER>
2626+ ```
2627+
2628+ === "Command Line"
2629+
2630+ ```bash
2631+ --rpc-http-max-active-connections=100
2632+ ```
2633+
2634+ === "Environment Variable"
2635+
2636+ ```bash
2637+ BESU_RPC_HTTP_MAX_ACTIVE_CONNECTIONS=100
2638+ ```
2639+
2640+ === "Configuration File"
2641+
2642+ ```toml
2643+ rpc-http-max-active-connections=100
2644+ ```
2645+
2646+ The maximum number of allowed HTTP JSON-RPC connections. Once this limit is reached, incoming connections are rejected. The default is 80.
2647+
26202648### ` rpc-http-port `
26212649
26222650=== "Syntax"
You can’t perform that action at this time.
0 commit comments