Tune down ParallelCheckLimit
Tune down ParallelCheckLimit config default
This commit is contained in:
parent
dd0c4a0a34
commit
4c7d9ad30e
@ -352,7 +352,7 @@
|
||||
#
|
||||
# type: int
|
||||
# env var: LOTUS_PROVING_PARALLELCHECKLIMIT
|
||||
#ParallelCheckLimit = 128
|
||||
#ParallelCheckLimit = 32
|
||||
|
||||
# Maximum amount of time a proving pre-check can take for a sector. If the check times out the sector will be skipped
|
||||
#
|
||||
|
@ -154,7 +154,7 @@ func DefaultStorageMiner() *StorageMiner {
|
||||
},
|
||||
|
||||
Proving: ProvingConfig{
|
||||
ParallelCheckLimit: 128,
|
||||
ParallelCheckLimit: 32,
|
||||
PartitionCheckTimeout: Duration(20 * time.Minute),
|
||||
SingleCheckTimeout: Duration(10 * time.Minute),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user