lib/storage: remove outdated comment on maxRowsPerSmallPart

The commend became outdated after the commit ed6ac1a5df027f0dfc22448e3b27c26b6f77c67a,
which stops merging of small parts on graceful shutdown instead of waiting
for their completion.
This commit is contained in:
Aliaksandr Valialkin 2019-08-25 13:46:00 +03:00
parent fb909cf710
commit 3308279c4e

View file

@ -24,12 +24,7 @@ import (
// The maximum number of rows in a small part.
//
// Small part merges cannot be interrupted during server stop, so this value
// must be small enough to complete a merge
// of `maxRowsPerSmallPart * defaultPartsToMerge` rows in a reasonable amount
// of time (up to a a minute).
//
// Additionally, this number limits the maximum size of small parts storage.
// This number limits the maximum size of small parts storage.
// Production simultation shows that the required size of the storage
// may be estimated as:
//