forked from External/mage
download: added debug logs/stats for http requests (DebugUtil.NETWORK_PROFILE_REQUESTS)
This commit is contained in:
parent
f2d3850250
commit
b5527a28db
3 changed files with 47 additions and 0 deletions
|
|
@ -960,6 +960,7 @@ public class DownloadPicturesService extends DefaultBoundedRangeModel implements
|
|||
});
|
||||
|
||||
// remove all downloaded cards, missing must be remains
|
||||
// TODO: too slow on finished, must be reworked (e.g. run full check instead remove)
|
||||
this.cardsDownloadQueue.removeAll(downloadedCards);
|
||||
this.cardsMissing.removeAll(downloadedCards);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue