Request-Ability to adjust upload slots per torrent

Feature requests not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
WLS
Posts: 20
Joined: Sun Nov 22, 2009 12:23 am

Request-Ability to adjust upload slots per torrent

Post by WLS »

I've recently installed v1.90 and I am very happy with the improvements. :D

One ability I would like to see in future versions is the ability to adjust the maximum number of upload slots per torrent. While uploading a torrent I noticed that Transmission used an upload slot for every peer I had connected.

I do realize that reducing the maximum peers per torrent would accomplish the same thing. However the less adjustments I need to make to the preferences the better.

Regards!
Longinus00
Posts: 137
Joined: Fri Aug 21, 2009 5:46 am

Re: Request-Ability to adjust upload slots per torrent

Post by Longinus00 »

In settings.json edit this key:

Code: Select all

"upload-slots-per-torrent": number,
WLS
Posts: 20
Joined: Sun Nov 22, 2009 12:23 am

Re: Request-Ability to adjust upload slots per torrent

Post by WLS »

Longinus00 wrote:In settings.json edit this key:

Code: Select all

"upload-slots-per-torrent": number,
Got it! Thanks!

Should be easier though :)
oldguy
Posts: 13
Joined: Tue Apr 06, 2010 4:54 am

Re: Request-Ability to adjust upload slots per torrent-- Me2

Post by oldguy »

I have DSL where my upload ability is about 10% of DL --- that ability would sure be nice to have. I manually set my torrent max connections to 2 --- after I get to the seeding mode. 30K does not do much for each leech when you have the default # of connections.

The previous "how to" :? does me no good (I don't understand).

I see there are tickets on the subject going back to ver 1.3x


Transmission Ver 1.92 (10363)
Mac OS10.5.8
G4
Chindokae
Posts: 4
Joined: Sun May 23, 2010 11:20 am

Re: Request-Ability to adjust upload slots per torrent

Post by Chindokae »

I tried editing settings.json and found that the client was re-writing the file at startup to reset the upload-slots-per-torrent value back to 14.

You may want to check and see if the setting you made stuck in your config file.

I had to build the program from scratch to make it stop doing this.
Longinus00
Posts: 137
Joined: Fri Aug 21, 2009 5:46 am

Re: Request-Ability to adjust upload slots per torrent

Post by Longinus00 »

Chindokae wrote:I tried editing settings.json and found that the client was re-writing the file at startup to reset the upload-slots-per-torrent value back to 14.

You may want to check and see if the setting you made stuck in your config file.

I had to build the program from scratch to make it stop doing this.
Don't edit the file while transmission is running.
Post Reply