config: fmt
This commit is contained in:
parent
a5677d1b7a
commit
2a1b359ede
@ -257,15 +257,15 @@ func DefaultStorageMiner() *StorageMiner {
|
|||||||
AlwaysKeepUnsealedCopy: true,
|
AlwaysKeepUnsealedCopy: true,
|
||||||
|
|
||||||
BatchPreCommits: true,
|
BatchPreCommits: true,
|
||||||
MinPreCommitBatch: 1, // we must have at least one proof to aggregate
|
MinPreCommitBatch: 1, // we must have at least one proof to aggregate
|
||||||
MaxPreCommitBatch: miner5.PreCommitSectorBatchMaxSize, //
|
MaxPreCommitBatch: miner5.PreCommitSectorBatchMaxSize, //
|
||||||
PreCommitBatchWait: Duration(24 * time.Hour), // this can be up to 6 days
|
PreCommitBatchWait: Duration(24 * time.Hour), // this can be up to 6 days
|
||||||
PreCommitBatchSlack: Duration(3 * time.Hour),
|
PreCommitBatchSlack: Duration(3 * time.Hour),
|
||||||
|
|
||||||
AggregateCommits: true,
|
AggregateCommits: true,
|
||||||
MinCommitBatch: 1, // we must have at least one proof to aggregate
|
MinCommitBatch: 1, // we must have at least one proof to aggregate
|
||||||
MaxCommitBatch: miner5.MaxAggregatedSectors, // this is the maximum aggregation per FIP13
|
MaxCommitBatch: miner5.MaxAggregatedSectors, // this is the maximum aggregation per FIP13
|
||||||
CommitBatchWait: Duration(24 * time.Hour), // this can be up to 6 days
|
CommitBatchWait: Duration(24 * time.Hour), // this can be up to 6 days
|
||||||
CommitBatchSlack: Duration(1 * time.Hour),
|
CommitBatchSlack: Duration(1 * time.Hour),
|
||||||
|
|
||||||
TerminateBatchMin: 1,
|
TerminateBatchMin: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user