Skip to content

Commit

Permalink
Use 256 as qual score cap
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Liu-c0deb0t committed Nov 15, 2022
1 parent 6dde0c5 commit a8ee390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl QualScoreStats {
impl Default for QualScoreStats {
fn default() -> Self {
Self {
stats: vec![(0usize, 0usize); 100],
stats: vec![(0usize, 0usize); 256],
}
}
}
Expand Down

0 comments on commit a8ee390

Please sign in to comment.