config: Sane default parallel sector read defaults
This commit is contained in:
committed by
Jennifer Wang
parent
eb77d97ccc
commit
35cd2471a8
@@ -138,6 +138,10 @@ func DefaultStorageMiner() *StorageMiner {
|
||||
TerminateBatchWait: Duration(5 * time.Minute),
|
||||
},
|
||||
|
||||
Proving: ProvingConfig{
|
||||
ParallelCheckLimit: 128,
|
||||
},
|
||||
|
||||
Storage: SealerConfig{
|
||||
AllowAddPiece: true,
|
||||
AllowPreCommit1: true,
|
||||
|
||||
Reference in New Issue
Block a user