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
Right now we download and parse the package root logs one at a time.
This is something that can be parallelized without stepping on anything else.
Parallelize. Start with 10 threads to make sure it works, and then adjust to find the sweet spot.