diff --git a/src/main.rs b/src/main.rs index 5953294..b05ee8b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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();