feat: Default the AlwaysKeepUnsealedCopy flag to true
This commit is contained in:
parent
9f721bfde5
commit
a6c8b56ab6
@ -191,6 +191,7 @@ func DefaultStorageMiner() *StorageMiner {
|
|||||||
MaxSealingSectors: 0,
|
MaxSealingSectors: 0,
|
||||||
MaxSealingSectorsForDeals: 0,
|
MaxSealingSectorsForDeals: 0,
|
||||||
WaitDealsDelay: Duration(time.Hour * 6),
|
WaitDealsDelay: Duration(time.Hour * 6),
|
||||||
|
AlwaysKeepUnsealedCopy: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
Storage: sectorstorage.SealerConfig{
|
Storage: sectorstorage.SealerConfig{
|
||||||
|
Loading…
Reference in New Issue
Block a user