change disk fill fraction to 99%

This commit is contained in:
Harshavardhana 2021-08-04 13:51:04 -07:00
parent 84a64a7e47
commit a37033a462
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const (
maxBucketSSEConfigSize = 1 * humanize.MiByte
// diskFillFraction is the fraction of a disk we allow to be filled.
diskFillFraction = 0.95
diskFillFraction = 0.99
// diskAssumeUnknownSize is the size to assume when an unknown size upload is requested.
diskAssumeUnknownSize = 1 << 30