enhance(main): double notification channel size once more

This commit is contained in:
xeruf 2025-01-15 22:08:41 +01:00
parent ee33086824
commit 984e4f129d

View file

@ -140,7 +140,7 @@ async fn main() -> Result<()> {
let client = ClientBuilder::new() let client = ClientBuilder::new()
.opts(Options::new() .opts(Options::new()
.automatic_authentication(true) .automatic_authentication(true)
.notification_channel_size(8192) .notification_channel_size(16384)
) )
.signer(keys.clone()) .signer(keys.clone())
.build(); .build();