diff --git a/src/publisher.rs b/src/publisher.rs index a6cff36..26c63f3 100644 --- a/src/publisher.rs +++ b/src/publisher.rs @@ -44,7 +44,7 @@ impl Publisher { min_seconds_between_messages: NonZeroUsize, ) -> Result { let (publication_sender, mut publication_receiver) = - mpsc::channel::>(2000); + mpsc::channel::>(20000); let mut buffer = NotificationFactory::new(min_seconds_between_messages); tokio::spawn(async move {