mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
This reverts commit 5565bb9dbc.
This commit is contained in:
@@ -661,9 +661,8 @@ where
|
||||
);
|
||||
metrics.memory_stats_snapshot(memory_stats_snapshot);
|
||||
},
|
||||
Err(e) => {
|
||||
gum::debug!(target: LOG_TARGET, "Failed to obtain memory stats: {:?}", e)
|
||||
},
|
||||
Err(e) =>
|
||||
gum::debug!(target: LOG_TARGET, "Failed to obtain memory stats: {:?}", e),
|
||||
}),
|
||||
Err(_) => {
|
||||
gum::debug!(
|
||||
|
||||
@@ -1034,7 +1034,6 @@ fn overseer_all_subsystems_receive_signals_and_messages() {
|
||||
|
||||
#[test]
|
||||
fn context_holds_onto_message_until_enough_signals_received() {
|
||||
const CHANNEL_CAPACITY: usize = 1024;
|
||||
let (candidate_validation_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY);
|
||||
let (candidate_backing_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY);
|
||||
let (statement_distribution_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY);
|
||||
|
||||
Reference in New Issue
Block a user