feat: wdpost: Configurable pre-check timeouts

This commit is contained in:
Łukasz Magiera
2022-11-17 18:25:30 +01:00
parent ea629e1b2a
commit 71a84bb092
6 changed files with 87 additions and 7 deletions
+3 -1
View File
@@ -141,7 +141,9 @@ func DefaultStorageMiner() *StorageMiner {
},
Proving: ProvingConfig{
ParallelCheckLimit: 128,
ParallelCheckLimit: 128,
PartitionCheckTimeout: Duration(20 * time.Minute),
SingleCheckTimeout: Duration(10 * time.Minute),
},
Storage: SealerConfig{