Updated the expected average file size.

Value is based on the full Scryfall download of March 2020.
This commit is contained in:
Thomas Hess 2020-03-19 11:29:50 +01:00
parent 49c5e5712d
commit 1ec381fd3d
No known key found for this signature in database
GPG key ID: 98602F47D161B13C

View file

@ -207,7 +207,8 @@ public enum ScryfallImageSource implements CardImageSource {
@Override
public float getAverageSize() {
return 90;
// March 2020: 46_354 image files with total size 9_545_168 KiB
return 206;
}
@Override