enhance(main): double notification channel size once more
This commit is contained in:
parent
ee33086824
commit
984e4f129d
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ async fn main() -> Result<()> {
|
|||
let client = ClientBuilder::new()
|
||||
.opts(Options::new()
|
||||
.automatic_authentication(true)
|
||||
.notification_channel_size(8192)
|
||||
.notification_channel_size(16384)
|
||||
)
|
||||
.signer(keys.clone())
|
||||
.build();
|
||||
|
|
Loading…
Add table
Reference in a new issue