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 always compute the hash for the entire file. This is an optimisation only (and profiling suggests it won't make all that much of a difference). Note that we are now always downloading the .tar.gz, even when we are doing an incremental update, so instead of hashing a 300M file we are hashing a 30M file.
The text was updated successfully, but these errors were encountered:
Right now we always compute the hash for the entire file. This is an optimisation only (and profiling suggests it won't make all that much of a difference). Note that we are now always downloading the
.tar.gz
, even when we are doing an incremental update, so instead of hashing a 300M file we are hashing a 30M file.The text was updated successfully, but these errors were encountered: