mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-23 23:35:44 +00:00
Runtime diagnostics for leaked messages in unbounded channels (#12971)
This commit is contained in:
@@ -566,7 +566,8 @@ where
|
||||
}
|
||||
})?;
|
||||
|
||||
let (voter_commands_tx, voter_commands_rx) = tracing_unbounded("mpsc_grandpa_voter_command");
|
||||
let (voter_commands_tx, voter_commands_rx) =
|
||||
tracing_unbounded("mpsc_grandpa_voter_command", 100_000);
|
||||
|
||||
let (justification_sender, justification_stream) = GrandpaJustificationStream::channel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user