Skip to content

Commit

Permalink
Merge pull request #221 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
DELETE JOB
  • Loading branch information
Tobeyw authored Nov 7, 2023
2 parents 0f9b367 + acfb948 commit 571572a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neo3fura_http/app/neo3fura/src.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func main() {
v := &verify.T{
Client: client,
}
go j.UpdateMarketNFTLatestTransaction()
//go j.UpdateMarketNFTLatestTransaction()
// reset qps
go func() {
for {
Expand Down Expand Up @@ -184,8 +184,8 @@ func main() {
go j.GetMarketSupply()
go j.GetMarketTxAmount()
go j.GetMarketOwnerCount()
//go j.GetNFTFloorPrice()
go j.GetNFTIndex()
go j.GetNFTFloorPrice()
//go j.GetNFTIndex()
})
if err != nil {
log2.Fatal("add job function error:%s", err)
Expand Down

0 comments on commit 571572a

Please sign in to comment.