feat: wdpost: Configurable pre-check timeouts
This commit is contained in:
+3
-1
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user