Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rumenov committed Nov 5, 2024
1 parent c403e75 commit baddaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/p2p/consensus_manager/src/receiver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ where
Some(result) = self.artifact_processor_tasks.join_next() => {
match result {
Ok(id) => {
self.metrics.assemble_task_finished_total.inc();
self.active_assembles.remove(&id);
debug_assert!(
self.slot_table
Expand Down Expand Up @@ -497,6 +496,7 @@ where
.inc();
},
};
metrics.assemble_task_finished_total.inc();
id_c
}

Expand Down

0 comments on commit baddaad

Please sign in to comment.