[How to] Speed throttling in deluge-console

General support for problems installing or using Deluge
Post Reply
kesa2ran

[How to] Speed throttling in deluge-console

Post by kesa2ran »

How to set maximum upload / download speed for a torrent so that it wont choke the entire bandwidth.

Code: Select all

>>> help config
Usage: config [key1 [key2 ...]]
       config --set key value

Options:
  -s SET, --set=SET  set value for key
  -h, --help         show this help message and exit

Show and set configuration values

Apparently my screen is not showing the key parameter when I type "config ". :oops:

It should be something like config --set max_upload_speed=10K :idea:

So if anyone knows the correct key parameter do let me know
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [How to] Speed throttling in deluge-console

Post by Cas »

type config you can see a list of all the settings and you use pgup to go back up the list. tab complete also works.

to set the value simple use:
config -s max_upload_speed 10
Post Reply