read all elements
This commit is contained in:
parent
9ccb5101ec
commit
2debac3055
2 changed files with 7 additions and 4 deletions
|
@ -111,7 +111,7 @@ func (c *Client) GetAccountFollowers(ctx context.Context, id int64) ([]*Account,
|
|||
if !next {
|
||||
break
|
||||
}
|
||||
time.Sleep(10 * time.Second)
|
||||
time.Sleep(c.interval)
|
||||
}
|
||||
return total, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue