diff --git a/lib/storage/partition.go b/lib/storage/partition.go index 7946eeeeb..768947c6f 100644 --- a/lib/storage/partition.go +++ b/lib/storage/partition.go @@ -871,7 +871,7 @@ func hasActiveMerges(pws []*partWrapper) bool { var ( bigMergeWorkersCount = getDefaultMergeConcurrency(4) - smallMergeWorkersCount = getDefaultMergeConcurrency(8) + smallMergeWorkersCount = getDefaultMergeConcurrency(16) ) func getDefaultMergeConcurrency(max int) int {