]> 127.0.0.1 Git - front/.git/commitdiff
1 v0.1.20241019010459
authorqydysky <qydysky@foxmail.com>
Sat, 19 Oct 2024 01:03:02 +0000 (09:03 +0800)
committerqydysky <qydysky@foxmail.com>
Sat, 19 Oct 2024 01:03:02 +0000 (09:03 +0800)
config.go

index 17be106ee8908681807b9e6fa89c66c57b0b921f..8bd47a0233605394c7d21279cf5efb37b23ce5c1 100755 (executable)
--- 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
 }