config: Sane default parallel sector read defaults

This commit is contained in:
Łukasz Magiera
2022-03-30 22:28:06 -04:00
committed by Jennifer Wang
parent eb77d97ccc
commit 35cd2471a8
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -138,6 +138,10 @@ func DefaultStorageMiner() *StorageMiner {
TerminateBatchWait: Duration(5 * time.Minute),
},
Proving: ProvingConfig{
ParallelCheckLimit: 128,
},
Storage: SealerConfig{
AllowAddPiece: true,
AllowPreCommit1: true,