Complete sentence.

This commit is contained in:
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
// that at least MinimumGroupSize is fulfilled from the
// that at least MinimumGroupSize-sized chunks are grouped together.
type compactionProcessor struct {
// MaximumMutationPoolBatch represents approximately the largest pending
// batch of mutation operations for the database before pausing to