Power2All / torrust-actix

A multi-functional lightweight BitTorrent Tracker
MIT License
89 stars 6 forks source link

Improving the dead peers scanner #9

Closed Power2All closed 2 years ago

Power2All commented 2 years ago

As title says. Need to divide up the torrents metadata and the peer data in their own separate btreemap. This would increase the scanning of dead peers, since torrents that are not "alive" with peers, will not need to be scanned anyway, but only retain their completed downloaded number.

Power2All commented 2 years ago

Push commit d88b527f0f0b72d5c9531f1576bf6c8d67545365 has the fix. Closing issue.