Don't enable early finalization by default

This commit is contained in:
Łukasz Magiera 2021-06-11 11:45:20 +02:00
parent 05d9b5ce0f
commit 94be3a973a

View File

@ -282,7 +282,7 @@ func DefaultStorageMiner() *StorageMiner {
MaxSealingSectorsForDeals: 0,
WaitDealsDelay: Duration(time.Hour * 6),
AlwaysKeepUnsealedCopy: true,
FinalizeEarly: true,
FinalizeEarly: false,
BatchPreCommits: true,
MinPreCommitBatch: 1, // we must have at least one precommit to batch