From: qydysky Date: Sat, 19 Oct 2024 01:03:02 +0000 (+0800) Subject: 1 X-Git-Tag: v0.1.20241019010459 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=cb23ee5bf5afe270a77c904256d1de8d7deea549;p=front%2F.git 1 --- diff --git a/config.go b/config.go index 17be106..8bd47a0 100755 --- a/config.go +++ b/config.go @@ -350,7 +350,6 @@ func (t *Back) SwapSign(logger Logger) { } else { t.verifyPeerCer, t.verifyPeerCerErr = os.ReadFile(path) } - t.lastChosenT = time.Now() t.AlwaysUp = len(t.route.Backs) == 1 || t.AlwaysUp }