Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (583 - 585 of 2449)

Ticket Resolution Summary Owner Reporter
#183 WontFix Share ratios of open torrents are reset to zero markybob anonymous
Description

The share ratios for open torrents are not kept between sessions of deluge. Every time deluge is started, the ratios are reset to 0.

Active plugins:

  • Move Torrent 0.2
  • Network Activity Graph 0.2.1
  • Network Health Monitor 0.2
  • Torrent Files 0.2
  • Torrent Peers 0.2
#618 WorksForMe Share Ratio only keeps track of current session andar eternalorb@gmail.com
Description

The share ratio appears to only keep track of whats been downloaded and uploaded during the current session if the torrent is not currently seeding. If the torrent is seeding, the share ratio behavior seems to work ok, but I have a 500 megabyte torrent that i shared 200 megabytes of (it isnt finished) that claims a share ratio of 3000

#693 Fixed share ratio limit not respected andar wallfur@gmail.com
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.

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