Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 2449)

Ticket Resolution Summary Owner Reporter
#693 Fixed share ratio limit not respected andar wallfur@…
Description

running on 64 bit ubuntu.

i recently had my 'net connection "shaped" (which caused havoc for my household and our voip phone) because deluge does not respect my share ratio settings.

i already have it set to share more than i receive, disabled time limits (i think?) by setting both time ratio and time to -1, and also set it to stop seeding when the ratio is reached. doing some manual calculations on that current torrent, it is clear deluge has gone way over the share ratio i set, and is still uploading as much as it can, even after setting the upload speed limit for it to 0 or a low value. i think the cause might be that i have not finished downloading yet.

i don't know how you determine when to stop uploading programatically but i have a couple of logic suggestions:

take the greater of 2 measurements of download size - the total of the blocks needed to download selected file(s) in a torrent and the total file bytes actually downloaded. if you're only downloading 2 files out of a torrent with 10 files the ratio should not be based on the size of the full 10 files, this measurement needs to be dynamic to accommodate people adding/removing file selections from a torrent. also measuring the actual file bytes received will prevent people from manipulating upload ratios by "choosing not to download files" after they have already got them.

multiply the download total by the share ratio then just stop uploading altogether when that limit is reached, with 2 exceptions: don't stop in middle of a block's transfer; and, if the user has set their share ratio to < 1 and is sill downloading, allow uploading until ratio has reached 1 to help prevent them leeching.

#1111 Invalid Refuse to download torrent from Demonoid damoxc waeking
Description

Using Deluge 1.20rc3 on Ubuntu 8.04LTS I have added torrent link to demonoid however the torrent will not download. Forum Details: http://forum.deluge-torrent.org/viewtopic.php?f=8&t=25935&p=116365#p116365

#1044 Fixed Download path specified for the separate torrent doesn't work damoxc vprisivko
Description

I'm running deluge-1.3.0-dev, built directly from the CVS via deluge-9999 Gentoo package.

If I specify the download path for concrete torrent, I's used globally specified path rather than that concrete.

Note: See TracQuery for help on using queries.