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
commit c3d1534044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,6 +236,7 @@ func DefaultStorageMiner() *StorageMiner {
MaxSealingSectors: 0,
MaxSealingSectorsForDeals: 0,
WaitDealsDelay: Duration(time.Hour * 6),
AlwaysKeepUnsealedCopy: true,
},
Storage: sectorstorage.SealerConfig{