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