mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Updated the expected average file size.
Value is based on the full Scryfall download of March 2020.
This commit is contained in:
parent
49c5e5712d
commit
1ec381fd3d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue