From 2e30643aa3a6c10b99c47538010415a05d9be40e Mon Sep 17 00:00:00 2001 From: wesker Date: Tue, 9 May 2023 05:58:04 +0800 Subject: [PATCH] fix duration set error --- crypto/probe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/probe.go b/crypto/probe.go index 26f6207..131ba35 100644 --- a/crypto/probe.go +++ b/crypto/probe.go @@ -68,7 +68,7 @@ func (t *Probe) KLineProbe(crypto string, ctx context.Context) { } do() - ticker := time.NewTicker(15 * time.Second) + ticker := time.NewTicker(15 * time.Minute) for { select {