This commit is contained in:
aozhiwei 2024-07-12 17:37:29 +08:00
parent 9d23b4465a
commit 8fb18cac4b

View File

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