TUN-2860: Enable quick reconnect feature by default

This commit is contained in:
Igor Postelnik 2020-05-07 14:41:55 -05:00
parent 7bb9e0af4c
commit 8cc69f2a95
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}),