mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 02:33:48 +00:00
Fix beacon-processor-max-workers (#4636)
## Issue Addressed Fixes a bug in the handling of `--beacon-process-max-workers` which caused it to have no effect. ## Proposed Changes For this PR I channeled @ethDreamer and saw deep into the faulty CLI config -- this bug is almost identical to the one Mark found and fixed in #4622.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1053,7 +1053,6 @@ dependencies = [
|
||||
"logging",
|
||||
"monitoring_api",
|
||||
"network",
|
||||
"num_cpus",
|
||||
"operation_pool",
|
||||
"parking_lot 0.12.1",
|
||||
"sensitive_url",
|
||||
@@ -5037,7 +5036,6 @@ dependencies = [
|
||||
"logging",
|
||||
"lru_cache",
|
||||
"matches",
|
||||
"num_cpus",
|
||||
"operation_pool",
|
||||
"parking_lot 0.12.1",
|
||||
"rand 0.8.5",
|
||||
|
||||
Reference in New Issue
Block a user