Explain what the 3 main options actually DO

Jeff Huffman
2022-08-17 17:23:20 -07:00
parent 431f51d951
commit fcc596efae
+5
@@ -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: