mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 14:12:31 +00:00
Explain what the 3 main options actually DO
@@ -50,6 +50,11 @@ ratio.upload.set
|
||||
|
||||
The 'group.seeding.view' variable points to the 'seeding' view, which contains all seeding downloads, and the default 'ratio.command' closes the download. To enabled or disable the ratio handling for the group, call the 'enable' and 'disable' commands which automatically adds it to the scheduler.
|
||||
|
||||
The configured `ratio.command` will be used on torrents in a seeding state matching the following condition, unless `d.ignore_commands` is set:
|
||||
```
|
||||
(total_up >= ratio.upload && total_up >= total_down * ratio.min/100) || (ratio.max > 0 && total_up > total_down * ratio.max/100)
|
||||
```
|
||||
|
||||
# Ratio groups
|
||||
|
||||
If you wish to specify different ratio's for different watch directories, do the following:
|
||||
|
||||
Reference in New Issue
Block a user