Don't enable early finalization by default
This commit is contained in:
parent
05d9b5ce0f
commit
94be3a973a
@ -282,7 +282,7 @@ func DefaultStorageMiner() *StorageMiner {
|
|||||||
MaxSealingSectorsForDeals: 0,
|
MaxSealingSectorsForDeals: 0,
|
||||||
WaitDealsDelay: Duration(time.Hour * 6),
|
WaitDealsDelay: Duration(time.Hour * 6),
|
||||||
AlwaysKeepUnsealedCopy: true,
|
AlwaysKeepUnsealedCopy: true,
|
||||||
FinalizeEarly: true,
|
FinalizeEarly: false,
|
||||||
|
|
||||||
BatchPreCommits: true,
|
BatchPreCommits: true,
|
||||||
MinPreCommitBatch: 1, // we must have at least one precommit to batch
|
MinPreCommitBatch: 1, // we must have at least one precommit to batch
|
||||||
|
Loading…
Reference in New Issue
Block a user