From 984e4f129d7a91f43a63566456928c9c69046b30 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Wed, 15 Jan 2025 22:08:41 +0100 Subject: [PATCH] enhance(main): double notification channel size once more --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();