Merge pull request #5743 from filecoin-project/feat/keep-unsealed-by-default

Default the AlwaysKeepUnsealedCopy flag to true
This commit is contained in:
Aayush Rajasekaran
2021-03-14 15:47:07 -04:00
committed by GitHub
+1
View File
@@ -236,6 +236,7 @@ func DefaultStorageMiner() *StorageMiner {
MaxSealingSectors: 0,
MaxSealingSectorsForDeals: 0,
WaitDealsDelay: Duration(time.Hour * 6),
AlwaysKeepUnsealedCopy: true,
},
Storage: sectorstorage.SealerConfig{