mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 19:02:42 +00:00
Re-assess Lighthouse's peer count for Fusaka (#7877)
This commit is contained in:
@@ -236,7 +236,6 @@ pub fn cli_app() -> Command {
|
||||
.long("network-load")
|
||||
.value_name("INTEGER")
|
||||
.help("Lighthouse's network can be tuned for bandwidth/performance. Setting this to a high value, will increase the bandwidth lighthouse uses, increasing the likelihood of redundant information in exchange for faster communication. This can increase profit of validators marginally by receiving messages faster on the network. Lower values decrease bandwidth usage, but makes communication slower which can lead to validator performance reduction. Values are in the range [1,5].")
|
||||
.default_value("3")
|
||||
.hide(true)
|
||||
.action(ArgAction::Set)
|
||||
.display_order(0)
|
||||
|
||||
Reference in New Issue
Block a user