You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In brief, the current downloader only downloads unique pieces from unique peers. When the last few pieces are being downloaded they 'trickle' through slowly on individual download workers. This can be vastly improved by removing the uniqueness restriction above at some given threshold, this will inevitably mean download duplication but the existing system should cope with this.
The text was updated successfully, but these errors were encountered:
See End Game.
In brief, the current downloader only downloads unique pieces from unique peers. When the last few pieces are being downloaded they 'trickle' through slowly on individual download workers. This can be vastly improved by removing the uniqueness restriction above at some given threshold, this will inevitably mean download duplication but the existing system should cope with this.
The text was updated successfully, but these errors were encountered: