download: improved images download from scryfall source:

- fixed wrong timeouts for api (fixed 429 Too Many Requests);
- added any/10 parallel threads support;
- current api limit is 1 request per 300 ms;
This commit is contained in:
Oleg Agafonov 2024-08-01 11:46:37 +04:00
parent b5527a28db
commit bfa7c4c9a8
5 changed files with 19 additions and 10 deletions

View file

@ -331,7 +331,7 @@ public class AbilityPicker extends JXPanel implements MouseWheelListener {
wait();
}
}
} catch (InterruptedException ignored) {
} catch (InterruptedException ignore) {
}
}