mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
replace max_peers cli argument by target_peers and use excess peers above target_peers capped by a new constant PEER_EXCESS_FACTOR (relative to target_peers) (#1383)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1522,6 +1522,7 @@ dependencies = [
|
||||
"lighthouse_metrics",
|
||||
"lru 0.5.3",
|
||||
"parking_lot 0.11.0",
|
||||
"rand 0.7.3",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"sha2 0.9.1",
|
||||
|
||||
Reference in New Issue
Block a user