forked from ostreedev/ostree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pull: Add queuing into the higher level logic
Working on the libcurl backend, I didn't want to reimplement another queue. I think the queue logic is really better done at the high level, since the fetcher knows how we want to prioritize metadata over content, etc. Adding another queue here is duplication, but things will look nicer when we can actually delete the libsoup one in the next commit. Closes: ostreedev#654 Approved by: jlebon
- Loading branch information
1 parent
3d38f03
commit c18628e
Showing
2 changed files
with
191 additions
and
35 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
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