mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Complete sentence.
This commit is contained in:
parent
e527941b6a
commit
3fa260f180
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue