1
This commit is contained in:
parent
9d23b4465a
commit
8fb18cac4b
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user