Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
helius-kurt committed May 23, 2024
1 parent 9f3af77 commit 2087522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator-firewall/src/stats_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl StatsService {
per_cpu.iter().sum(),
)
})
.limit(100)
.take(100)
.collect();
pairs.sort_by(|a, b| b.1.cmp(&a.1));
pairs
Expand Down

0 comments on commit 2087522

Please sign in to comment.