mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-04 00:36:05 -04:00
storage: Set shrink ratio in the constructor.
This commit is contained in:
parent
b2f086c6c4
commit
4ccfc93dcf
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ func newPersistence(
|
|||
dirtyFileName: dirtyPath,
|
||||
fLock: fLock,
|
||||
shouldSync: shouldSync,
|
||||
minShrinkRatio: minShrinkRatio,
|
||||
// Create buffers of length 3*chunkLenWithHeader by default because that is still reasonably small
|
||||
// and at the same time enough for many uses. The contract is to never return buffer smaller than
|
||||
// that to the pool so that callers can rely on a minimum buffer size.
|
||||
|
|
|
|||
Loading…
Reference in a new issue