feat(config): support configurable CC sector expiration

This commit is contained in:
Mike Greenberg
2021-07-22 15:07:03 -04:00
parent 2d40089b7e
commit 9e34cce1f2
3 changed files with 22 additions and 4 deletions
+6
View File
@@ -131,6 +131,12 @@ type SealingConfig struct {
WaitDealsDelay Duration
// CommittedCapacityDefaultLifetime is the default duration a Committed Capacity (CC)
// sector will live before it must be extended or converted into sector containing deals
// before it is terminated.
// Value must be between 180-540 days inclusive.
CommittedCapacityDefaultLifetime Duration
AlwaysKeepUnsealedCopy bool
// Run sector finalization before submitting sector proof to the chain