Review Response

This commit is contained in:
zenground0
2022-02-08 12:39:35 -05:00
parent 5a09b6496d
commit 1e524b7210
2 changed files with 6 additions and 8 deletions
+3 -1
View File
@@ -120,7 +120,9 @@ type DealmakingConfig struct {
// This includes the time the deal will need to get transferred and published
// before being assigned to a sector
ExpectedSealDuration Duration
// Whether new sectors are sealed to pack incoming deals
// Whether new sectors are created to pack incoming deals
// When this is set to false no new sectors will be created for sealing incoming deals
// This is useful for forcing all deals to be assigned as snap deals to sectors marked for upgrade
MakeNewSectorForDeals bool
// Maximum amount of time proposed deal StartEpoch can be in future
MaxDealStartDelay Duration