-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle concurrency on download images, only store node id in cache (#13)
* fix: race condition for image download, only store node id in cache * Adds concurrency Instead of downloading everything at once, let's try to do it in small chunks * Fetch only images * Add documentation Co-authored-by: Jose Varela <[email protected]>
- Loading branch information
1 parent
b6cb655
commit 9afa8af
Showing
2 changed files
with
88 additions
and
32 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