TUN-2860: Enable quick reconnect feature by default
This commit is contained in:
parent
7bb9e0af4c
commit
8cc69f2a95
|
@ -1031,6 +1031,7 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
|
|||
altsrc.NewBoolFlag(&cli.BoolFlag{
|
||||
Name: "use-quick-reconnects",
|
||||
Usage: "Test reestablishing connections with the new 'connection digest' flow.",
|
||||
Value: true,
|
||||
EnvVars: []string{"TUNNEL_USE_QUICK_RECONNECTS"},
|
||||
Hidden: true,
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue