I seem to be getting files a lot faster with the new LeoXV choker option, but my seeding seems to be dead..
Any Ideas?
I think it says that the peers in the swarm just don't meet the minimum upload requirement you set.
For seeding(releasing) you really need superseeding, so until the rewrite the mainline4 bittornado should be better for this.
Fixed seeding bug in StorageWrapper.py (rufus-0.5.9 LeoXV's version)
if share_ratio > self.choke_udban and iutotal > 1048576:
Choke if upload is over 1MB and share ratio don't meet the minimum upload requirement you set.
Log in to post a comment.
I seem to be getting files a lot faster with the new LeoXV choker option, but my seeding seems to be dead..
Any Ideas?
I think it says that the peers in the swarm just don't meet the minimum upload requirement you set.
For seeding(releasing) you really need superseeding, so until the rewrite the mainline4 bittornado should be better for this.
Fixed seeding bug in StorageWrapper.py (rufus-0.5.9 LeoXV's version)
if share_ratio > self.choke_udban and iutotal > 1048576:
Choke if upload is over 1MB and share ratio don't meet the minimum upload requirement you set.