Commit 5cac5c42 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6539 from ethereum-optimism/aj/enable-peer-scoring

op-node: Enable peer scoring by default.
parents e86703dd 549474c2
......@@ -30,6 +30,7 @@ var (
Name: "p2p.scoring",
Usage: "Sets the peer scoring strategy for the P2P stack. Can be one of: none or light.",
Required: false,
Value: "light",
EnvVars: p2pEnv("PEER_SCORING"),
}
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