tribler icon indicating copy to clipboard operation
tribler copied to clipboard

Ability to seed more than 5 torrents at a time

Open absolutep opened this issue 2 years ago • 6 comments

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) Untitled

absolutep avatar Mar 06 '22 08:03 absolutep

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?

devos50 avatar Mar 06 '22 11:03 devos50

If you go to 'settings', the setting 'unlimited seeding' should be turned on (in the 'seeding' tab).

unlimited seeding is turned ON

absolutep avatar Mar 06 '22 11:03 absolutep

Here is the screenshot of the issue Untitled

It does not matter if I use anonymous mode or non-anonymous mode. It never works for more than 5 torrents.

absolutep avatar Mar 06 '22 13:03 absolutep

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.

qstokkink avatar Mar 06 '22 13:03 qstokkink

This is right now

Untitled

absolutep avatar Mar 07 '22 11:03 absolutep

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

Untitled

absolutep avatar Mar 13 '22 07:03 absolutep

any update on this?

absolutep avatar Dec 09 '22 07:12 absolutep