--
This commit is contained in:
parent
ef6cd11e86
commit
ab5a751786
@ -302,7 +302,7 @@ func (m *Methods) CheckTags(ctx context.Context, tokens []model.Token) error {
|
||||
for _, entityType := range entityTypes {
|
||||
go func(entityType model.EntityType) {
|
||||
defer wg.Done()
|
||||
page := 1
|
||||
page := 0
|
||||
limit := 250
|
||||
|
||||
for {
|
||||
|
Loading…
Reference in New Issue
Block a user