-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache v0.3: improved corrupt image/label reporting (#3676)
* Cache v0.3: improved corrupt image/label reporting Fix for #3656 (comment) * cleanup
- Loading branch information
1 parent
2296f15
commit f527704
Showing
1 changed file
with
15 additions
and
9 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
It shoud be written like this:
The cache version check is much faster than the cache hash, so check the version first make sense. And also change the version check to be future proof (?) (I'm assume that older version have smaller version value, revert this if it is not the case.)