mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-27 06:47:58 +00:00
Increase Kitchensink maximum http connections (#148)
* Throttle the Kitchensink requests * Increase max connections limit for kitchensink
This commit is contained in:
@@ -203,6 +203,8 @@ impl KitchensinkNode {
|
||||
.arg("Unsafe")
|
||||
.arg("--rpc-cors")
|
||||
.arg("all")
|
||||
.arg("--rpc-max-connections")
|
||||
.arg(u32::MAX.to_string())
|
||||
.env("RUST_LOG", Self::SUBSTRATE_LOG_ENV)
|
||||
.stdout(kitchensink_stdout_logs_file.try_clone()?)
|
||||
.stderr(kitchensink_stderr_logs_file.try_clone()?)
|
||||
@@ -229,6 +231,8 @@ impl KitchensinkNode {
|
||||
.arg(proxy_rpc_port.to_string())
|
||||
.arg("--node-rpc-url")
|
||||
.arg(format!("ws://127.0.0.1:{substrate_rpc_port}"))
|
||||
.arg("--rpc-max-connections")
|
||||
.arg(u32::MAX.to_string())
|
||||
.env("RUST_LOG", Self::PROXY_LOG_ENV)
|
||||
.stdout(eth_proxy_stdout_logs_file.try_clone()?)
|
||||
.stderr(eth_proxy_stderr_logs_file.try_clone()?)
|
||||
|
||||
Reference in New Issue
Block a user