Complete sentence.

pull/200/head
Matt T. Proud 2013-04-28 20:26:44 +02:00
parent e527941b6a
commit 3fa260f180
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ type processor interface {
} }
// compactionProcessor combines sparse values in the database together such // compactionProcessor combines sparse values in the database together such
// that at least MinimumGroupSize is fulfilled from the // that at least MinimumGroupSize-sized chunks are grouped together.
type compactionProcessor struct { type compactionProcessor struct {
// MaximumMutationPoolBatch represents approximately the largest pending // MaximumMutationPoolBatch represents approximately the largest pending
// batch of mutation operations for the database before pausing to // batch of mutation operations for the database before pausing to