sane config defaults
This commit is contained in:
parent
ba2032c642
commit
febf7cf28f
@ -243,8 +243,8 @@ func DefaultStorageMiner() *StorageMiner {
|
|||||||
AlwaysKeepUnsealedCopy: true,
|
AlwaysKeepUnsealedCopy: true,
|
||||||
|
|
||||||
AggregateCommits: true,
|
AggregateCommits: true,
|
||||||
MinCommitBatch: 5, // todo: base this on some real numbers
|
MinCommitBatch: 1, // we must have at least one proof to aggregate
|
||||||
MaxCommitBatch: 400,
|
MaxCommitBatch: 204, // this is the maximum aggregation per FIP13
|
||||||
},
|
},
|
||||||
|
|
||||||
Storage: sectorstorage.SealerConfig{
|
Storage: sectorstorage.SealerConfig{
|
||||||
|
Loading…
Reference in New Issue
Block a user