mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
images: improved download size calc for small scryfall images (#12441)
This commit is contained in:
parent
4bdca4b9ad
commit
fb710f46be
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public class ScryfallImageSourceSmall extends ScryfallImageSource {
|
|||
|
||||
@Override
|
||||
public float getAverageSize() {
|
||||
return 13; // initial estimate - TODO calculate a more accurate number
|
||||
return 14; // 1,035,907,575 bytes / 73,637 files = 14,068 bytes/file (or 13.78kb/file)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue