We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d1dc2 commit 4f5679bCopy full SHA for 4f5679b
turbopack/crates/turbo-persistence/src/db.rs
@@ -794,7 +794,7 @@ impl TurboPersistence {
794
if compact_config.max_merge_segment_count == 0 {
795
return Vec::new();
796
}
797
- let merge_jobs = get_merge_segments(&ssts_with_ranges, &compact_config);
+ let merge_jobs = get_merge_segments(ssts_with_ranges, &compact_config);
798
compact_config.max_merge_segment_count -= merge_jobs.len();
799
merge_jobs
800
})
0 commit comments