Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hx235 committed Aug 23, 2023
1 parent 0fe1942 commit ed2867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/compaction/compaction_picker_universal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ Compaction* UniversalCompactionBuilder::PickCompactionToReduceSortedRuns(
}

// Look at overall size amplification. If size amplification
// exceeeds the configured value, then do a compaction
// exceeds the configured value, then do a compaction
// on longest span of candidate files without conflict with other compactions
// ending at the earliest base file (overriding configured values of file-size
// ratios, min_merge_width and max_merge_width).
Expand Down

0 comments on commit ed2867c

Please sign in to comment.