mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
[relay-substrate-client] Bump jsonrpsee (#2066)
This commit is contained in:
committed by
Bastian Köcher
parent
6acd45804d
commit
70cf01d47a
@@ -231,7 +231,7 @@ impl<C: Chain> Client<C> {
|
||||
let client = tokio
|
||||
.spawn(async move {
|
||||
RpcClientBuilder::default()
|
||||
.max_notifs_per_subscription(MAX_SUBSCRIPTION_CAPACITY)
|
||||
.max_buffer_capacity_per_subscription(MAX_SUBSCRIPTION_CAPACITY)
|
||||
.build(&uri)
|
||||
.await
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user