diff --git a/lib/storage/partition.go b/lib/storage/partition.go index 74bd902fe..aa50b0f35 100644 --- a/lib/storage/partition.go +++ b/lib/storage/partition.go @@ -76,7 +76,7 @@ func getMaxRawRowsPerPartition() int { if n > 500e3 { n = 500e3 } - maxRawRowsPerPartition = n / rawRowsShardsPerPartition + maxRawRowsPerPartition = n }) return maxRawRowsPerPartition }