Add rpc_http_threads (#548)

This commit is contained in:
tgmichel
2021-07-23 12:07:31 +02:00
committed by GitHub
parent 3462a4b7fa
commit 6f47b85db1
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -217,6 +217,10 @@ impl sc_cli::CliConfiguration for NormalizedRunCmd {
self.base.rpc_ws_max_connections()
}
fn rpc_http_threads(&self) -> sc_cli::Result<Option<usize>> {
self.base.rpc_http_threads()
}
fn rpc_cors(&self, is_dev: bool) -> sc_cli::Result<Option<Vec<String>>> {
self.base.rpc_cors(is_dev)
}