Skip to content

Commit bf11ec9

Browse files
doc --rpc-http-max-active-connections option (#638)
Signed-off-by: Alexandra Tran <[email protected]>
1 parent 8da460a commit bf11ec9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/Reference/CLI/CLI-Syntax.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)