You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: do api queries in parallel using errgroup (#347)
* refactor: use `errgroup.Group` to handle parallel fetching
* perf: do batch checks in parallel
* fix: avoid data race
* fix: avoid another data race
* test: use content-length check
* fix: have at least some request limit
0 commit comments