Right now throttling logic just limits simultaneous downloads to 1 for files hosted directly by XMA. This leads to download process completelly stalling until once all threads are processing files hosted on XMA. Better logic for that would be to move file to the end of the download queue if too many requests code is returned by the server.
Right now throttling logic just limits simultaneous downloads to 1 for files hosted directly by XMA. This leads to download process completelly stalling until once all threads are processing files hosted on XMA. Better logic for that would be to move file to the end of the download queue if
too many requestscode is returned by the server.