Commit c027a662 authored by Adrian Sutton's avatar Adrian Sutton

op-node: Enable peer scoring by default.

parent f30fdd3f
...@@ -30,6 +30,7 @@ var ( ...@@ -30,6 +30,7 @@ var (
Name: "p2p.scoring", Name: "p2p.scoring",
Usage: "Sets the peer scoring strategy for the P2P stack. Can be one of: none or light.", Usage: "Sets the peer scoring strategy for the P2P stack. Can be one of: none or light.",
Required: false, Required: false,
Value: "light",
EnvVars: p2pEnv("PEER_SCORING"), EnvVars: p2pEnv("PEER_SCORING"),
} }
PeerScoring = &cli.StringFlag{ PeerScoring = &cli.StringFlag{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment