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

Fix infinite loop bug #1786

Open
wants to merge 5 commits into
base: master
from
Open

Fix infinite loop bug #1786

wants to merge 5 commits into from
Commits on Dec 6, 2019
  1. Fix inifnite loop bug

    koush committed Dec 6, 2019
    The wire request may fail due to choking or wire closed. This results in an infinite loop.
Commits on Dec 7, 2019
  1. standard style fixup

    koush committed Dec 7, 2019
Commits on Jan 2, 2020
  1. Rarity Map Performance fix

    koush committed Jan 2, 2020
    Do not calculate the rarest piece unless it is needed.
    It is an expensive operation.
  2. Add customer verifier

    koush committed Jan 2, 2020
    Add custom verifier so reading the entire torrent file(s) is not necessary on startup.
  3. torrent._update performance improvement

    koush committed Jan 2, 2020
    Queue torrent updates once per second, as it is an expensive operation. Before, this would cause updates to happen nearly every tick.
You can’t perform that action at this time.