From 8cc69f2a95750468d3da8f0c485944ee82931063 Mon Sep 17 00:00:00 2001 From: Igor Postelnik Date: Thu, 7 May 2020 14:41:55 -0500 Subject: [PATCH] TUN-2860: Enable quick reconnect feature by default --- cmd/cloudflared/tunnel/cmd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cloudflared/tunnel/cmd.go b/cmd/cloudflared/tunnel/cmd.go index 3f6198ff..d8d40248 100644 --- a/cmd/cloudflared/tunnel/cmd.go +++ b/cmd/cloudflared/tunnel/cmd.go @@ -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, }),