feat: Default the AlwaysKeepUnsealedCopy flag to true

This commit is contained in:
Dirk McCormick 2021-03-08 16:35:46 +01:00
parent 9f721bfde5
commit a6c8b56ab6

View File

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