config: Sane default parallel sector read defaults

This commit is contained in:
Łukasz Magiera
2022-03-29 14:52:37 -04:00
parent ebd34f1884
commit d95f24b9d2
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,