1
This commit is contained in:
parent
343118e2ef
commit
203a15dc04
@ -72,7 +72,7 @@ func (this* refreshMeta) process() {
|
||||
},
|
||||
func (lastIdx int64) string {
|
||||
sql := fmt.Sprintf(`
|
||||
SELECT * FROM t_nft WHERE idx > %d AND net_id = %d AND last_refresh_meta_time = 0 ORDER BY idx LIMIT 200`,
|
||||
SELECT * FROM t_nft WHERE idx > %d AND net_id = %d AND last_refresh_meta_time = 0 ORDER BY idx LIMIT 1000`,
|
||||
mt.Table.Config.GetById(0).GetNetId(),
|
||||
lastIdx,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user