Commit 6762d023 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6290 from ethereum-optimism/aj/enable-p2p-sync

op-node: Enable p2p alt sync by default.
parents d1979617 b070e29e
...@@ -291,7 +291,8 @@ var ( ...@@ -291,7 +291,8 @@ var (
} }
SyncReqRespFlag = &cli.BoolFlag{ SyncReqRespFlag = &cli.BoolFlag{
Name: "p2p.sync.req-resp", Name: "p2p.sync.req-resp",
Usage: "Enables experimental P2P req-resp alternative sync method, on both server and client side.", Usage: "Enables P2P req-resp alternative sync method, on both server and client side.",
Value: true,
Required: false, Required: false,
EnvVars: p2pEnv("SYNC_REQ_RESP"), EnvVars: p2pEnv("SYNC_REQ_RESP"),
} }
......
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