Commit 5feb52c0 authored by Adrian Sutton's avatar Adrian Sutton

op-node: Enable p2p alt sync by default.

parent 75797921
...@@ -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