download: added debug logs/stats for http requests (DebugUtil.NETWORK_PROFILE_REQUESTS)

This commit is contained in:
Oleg Agafonov 2024-08-01 11:23:54 +04:00
parent f2d3850250
commit b5527a28db
3 changed files with 47 additions and 0 deletions

View file

@ -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);