diff --git a/komorebi/src/monitor_reconciliator/mod.rs b/komorebi/src/monitor_reconciliator/mod.rs index fff01d1d..2f28f141 100644 --- a/komorebi/src/monitor_reconciliator/mod.rs +++ b/komorebi/src/monitor_reconciliator/mod.rs @@ -48,7 +48,7 @@ static CHANNEL: OnceLock<(Sender, Receiver>> = OnceLock::new(); pub fn channel() -> &'static (Sender, Receiver) { - CHANNEL.get_or_init(|| crossbeam_channel::bounded(1)) + CHANNEL.get_or_init(|| crossbeam_channel::bounded(20)) } fn event_tx() -> Sender {