forked from External/mage
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:
parent
b5527a28db
commit
bfa7c4c9a8
5 changed files with 19 additions and 10 deletions
|
|
@ -331,7 +331,7 @@ public class AbilityPicker extends JXPanel implements MouseWheelListener {
|
|||
wait();
|
||||
}
|
||||
}
|
||||
} catch (InterruptedException ignored) {
|
||||
} catch (InterruptedException ignore) {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue