Skip to content

Commit

Permalink
Bugfix: correct hypercore_total_max_inflight_blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Nov 18, 2024
1 parent d31f1d2 commit 7271d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class HypercoreStats {
name: 'hypercore_total_max_inflight_blocks',
help: 'Total amount of maxInflight blocks (summed across all cores)',
collect () {
this.set(self.getTotalInflightBlocks())
this.set(self.getTotalMaxInflightBlocks())
}
})

Expand Down

0 comments on commit 7271d23

Please sign in to comment.