Skip to content

Commit

Permalink
fix duration set error
Browse files Browse the repository at this point in the history
  • Loading branch information
uerax committed May 8, 2023
1 parent f6f95f5 commit 2e30643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2e30643

Please sign in to comment.