TUN-2645: Revert "TUN-2645: Turn on reconnect tokens"

This reverts commit 053b2c17f1.
This commit is contained in:
Adam Chalmers 2020-01-27 14:59:07 -06:00
parent 053b2c17f1
commit dfe61fda88
1 changed files with 0 additions and 1 deletions

View File

@ -980,7 +980,6 @@ func tunnelFlags(shouldHide bool) []cli.Flag {
altsrc.NewBoolFlag(&cli.BoolFlag{
Name: "use-reconnect-token",
Usage: "Test reestablishing connections with the new 'reconnect token' flow.",
Value: true,
EnvVars: []string{"TUNNEL_USE_RECONNECT_TOKEN"},
Hidden: true,
}),