diff --git a/src/state.rs b/src/state.rs index e1d6181..02792d1 100644 --- a/src/state.rs +++ b/src/state.rs @@ -46,7 +46,7 @@ impl AppState { impl Room { pub fn new(id: String) -> Self { - let (tx, _) = broadcast::channel(100); + let (tx, _) = broadcast::channel(1024); Self { id, peers: DashMap::new(),