Skip to content

Commit

Permalink
Merge branch 'renew' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpiotzh committed Jan 27, 2024
2 parents 8065984 + d3be20a commit 6309efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unipay/order_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func (t *ToolUniPay) RunOrderCheck() {
tickerOrder := time.NewTicker(time.Minute * 5)
tickerOrder := time.NewTicker(time.Minute)
t.Wg.Add(1)
go func() {
defer http_api.RecoverPanic()
Expand Down

0 comments on commit 6309efb

Please sign in to comment.