mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 17:48:00 +00:00
Add upstream new args (#1379)
This commit is contained in:
@@ -270,6 +270,18 @@ impl sc_cli::CliConfiguration for NormalizedRunCmd {
|
||||
self.base.rpc_max_payload()
|
||||
}
|
||||
|
||||
fn rpc_max_request_size(&self) -> sc_cli::Result<Option<usize>> {
|
||||
Ok(self.base.rpc_max_request_size)
|
||||
}
|
||||
|
||||
fn rpc_max_response_size(&self) -> sc_cli::Result<Option<usize>> {
|
||||
Ok(self.base.rpc_max_response_size)
|
||||
}
|
||||
|
||||
fn rpc_max_subscriptions_per_connection(&self) -> sc_cli::Result<Option<usize>> {
|
||||
Ok(self.base.rpc_max_subscriptions_per_connection)
|
||||
}
|
||||
|
||||
fn ws_max_out_buffer_capacity(&self) -> sc_cli::Result<Option<usize>> {
|
||||
self.base.ws_max_out_buffer_capacity()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user