storage: Set shrink ratio in the constructor.

This commit is contained in:
beorn7 2017-02-01 15:36:38 +01:00
parent b2f086c6c4
commit 4ccfc93dcf
1 changed files with 1 additions and 0 deletions

View File

@ -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.