Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (658 - 660 of 2449)

Ticket Resolution Summary Owner Reporter
#1450 Fixed Setting paths with "config --set" in deluge-console appends trailing space Calum ionsquare
Description

If a path is set in deluge-console with a command such as:

config --set download_location /home/user/Downloads

The path that gets saved to /home/user/.config/deluge/core.conf contains a trailing space:

"download_location": "/home/user/Downloads "

This causes a directory with the name "/home/user/Downloads\ " to be created (notice the trailing space).

The only way to correctly set the path is to manually change it in "/home/user/.config/deluge/core.conf".

#1456 Fixed Calculation of ETA with multi-file torrents Calum hammered999
Description

Since I am really bored to describe the problem and since a picture is worth a 1000 words, take a look at the problem. It is pretty simple and annoying.

http://img808.imageshack.us/img808/3857/delugeeta.jpg

#1466 Fixed Performance warning: Send Buffer Watermark Calum Cameron Tacklind
Description

I just took a look at my log file with debug turned on (trying to make some small improvements of my own) I'm getting a ton of alerts from libtorrent, like 60 every second, all from the same torrent.

[DEBUG   ] 16:26:38 alertmanager:123 performance_alert: <TORRENT_NAME>: performance warning: send buffer watermark too low (upload rate will suffer)

Google only found one other reference to this "bug" here on the forums.

This error is coming directly from libtorrent as there is no alert handler defined for it.

The libtorrent documentation shows the correct solution (increasing read buffer) but I can't figure out where I might add that setting setter to the deluge source. (Just started looking at python/deluge)

libtorrent also claims to have many presets for different types of servers (min memory, high performance seed, ...) which have appropriate default settings. Maybe this is the best place to start and implement a preset picker in the preferences.

So really, this "feature-request" is for more control over the libtorrent session settings to optimize performance, not to clean up debug outputs...

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.