tribler
tribler copied to clipboard
Ability to seed more than 5 torrents at a time
Is your feature request related to a problem? Please describe.
Seeding is limited to only 5 torrents at a time.
Which is detrimental to torrents because there are no settings to disregard - slow speed seeding torrents(ex - 2kBps torrent) which are inadvertently included in set of 5 maximum torrents being seeded.
This poses an issue where a torrent which can be seeded at 50kBps cannot enter the seeding pool because it is being crowded by, slow torrents(ex - 2kBps speed ones) and thus disregards the potential seeding order. Very bad for seeding torrents.
Describe the solution you'd like
There should be a settings option which will allow simultaneous seeding of more than 5 torrents or there should be an option to disregard slow speed seeding torrents by a stipulated speed limit ( as shown in the screenshot)
Thank you for your report/suggestion. By default, Tribler (and libtorrent
, the torrent library used by Tribler) should not limit the number of torrents that are seeding simultaneously. If you go to 'settings', the setting 'unlimited seeding' should be turned on (in the 'seeding' tab). Could you verify if this is the case for your Tribler instance?
If you go to 'settings', the setting 'unlimited seeding' should be turned on (in the 'seeding' tab).
unlimited seeding is turned ON
Here is the screenshot of the issue
It does not matter if I use anonymous mode or non-anonymous mode. It never works for more than 5 torrents.
There are settings in libtorrent
that limit the number of seeded torrents. We/someone should double-check that the libtorrent
configuration's active_seeds
and active_limit
are set to something sensible in the "normal Tribler" configuration, like they are set for the seedbox/seeder.py
script:
https://github.com/Tribler/tribler/blob/52bbf04454fc893a372343079ee4b03fba4a641d/src/seedbox/seeder.py#L179-L182
On a side note, exposing high_performance_seed()
to users through the Tribler config screen may also be interesting.
This is right now
Problem I am facing currently is
Torrents who are 10gb or higher are always given priority than torrents who are 2-4gb.
Even though those torrents are new & high in demand
any update on this?