We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3481c commit c244409Copy full SHA for c244409
relay-threading/src/pool.rs
@@ -59,7 +59,7 @@ where
59
S: ThreadSpawn,
60
{
61
let pool_name = builder.pool_name.unwrap_or(DEFAULT_POOL_NAME);
62
- let (tx, rx) = flume::bounded(builder.num_threads * 2);
+ let (tx, rx) = flume::bounded(builder.num_threads * 10);
63
let mut threads_metrics = Vec::with_capacity(builder.num_threads);
64
65
for thread_id in 0..builder.num_threads {
0 commit comments