This commit is contained in:
aozhiwei 2024-07-12 17:50:21 +08:00
parent 8fb18cac4b
commit 93805a9ee8

View File

@ -86,7 +86,7 @@ SELECT * FROM t_nft WHERE idx > %d AND last_refresh_meta_time = 0 LIMIT 200`,
func () int64 {
this.doRefresh()
this.batchNfts = []*nftInfo{}
return 60 * 10
return 60 * 60
},
this.repairHeroMeta)
}