This commit is contained in:
aozhiwei 2024-07-21 23:22:26 +08:00
parent 343118e2ef
commit 203a15dc04

View File

@ -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,
)