Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VerifyPieces: Removed Parallel execution to prevent excessive memory consumption... #446

Closed
wants to merge 2 commits into from
Commits on Sep 28, 2015
  1. Removed Parallel exectuion to prevent exsessive memory consumption an…

    ngjermundshaug committed Sep 28, 2015
    …d also to prevent UI/Process to hang when verifying large files.
    
    Also introduced a verifyingPieces flag on Torrent - in order to let consumers of the library detect when files are being verified.
    self._onStore() is being invoked before Torrent is verified - so that consumers can poll on the verifyingPieces flag to detect this.
  2. Adjustments to syntax according to failing tests

    ngjermundshaug committed Sep 28, 2015
You can’t perform that action at this time.