We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c8b8b5 + 12d6917 commit d7af961Copy full SHA for d7af961
packages/events/src/broadcaster.rs
@@ -5,7 +5,7 @@ use tokio::sync::broadcast::{self};
5
use crate::receiver::{Receiver, RecvError};
6
use crate::sender::{SendError, Sender};
7
8
-const CHANNEL_CAPACITY: usize = 32768;
+const CHANNEL_CAPACITY: usize = 65536;
9
10
/// An event sender and receiver implementation using a broadcast channel.
11
#[derive(Clone, Debug)]
0 commit comments