-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is another big task just like importing that greatly benefits from being parallel. While here I hit the issue that on error we didn't wait for pending async tasks to complete; I changed things for importing so that we do that, and used it here too. This was almost straightforward except I spent a *lot* of time debugging what turned out to be calling `dnf_package_get_nevra()` in the worker threads 😢. I'm mostly writing this to speed up unified core/jigdo, but it's also obviously relevant on the client side.
- Loading branch information
Showing
1 changed file
with
181 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters