Compare commits

...

1 Commits

Author SHA1 Message Date
Harshavardhana a37033a462 change disk fill fraction to 99% 2021-08-04 13:51:04 -07:00
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