Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
neelvirdy committed Nov 17, 2022
1 parent 7feadae commit ce56f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const DealDuration = 1555200 - (2880 * 21)
// the 10% gap is to accommodate car file packing overhead, can probably do this better
var IndividualDealThreshold = int64((4 << 30) * 9 / 10)

// MaxStagingZoneSizeLimit 14.4 GB
// MaxStagingZoneSizeLimit 34 GB
var MaxStagingZoneSizeLimit = DefaultContentSizeLimit

// MinStagingZoneSizeLimit 3.6 GB
Expand Down

0 comments on commit ce56f6e

Please sign in to comment.