Add downloadvolumefactor+uploadvolumefactor documentation

kaso17 2016-10-04 14:09:05 +02:00
parent c0dfdc5ccc
commit bb6b3dc8d5
1 changed files with 3 additions and 1 deletions

@ -140,7 +140,9 @@ All these attributes are optional, the bold ones are recommended. Please note th
| **peers** | integer | Number of active peers (seeders+leechers). |
| seedtype | string | **TBD** Specifies which seed criteria must be met. Was going for 'ratio,seedtime,both' but afaik it's always 'either' |
| **minimumratio** | double | Specifies the minimum ratio the torrent client must seed this torrent. |
| **minimumseedtime** | integer | Specifies the minimum number of seconds the torrent client must actively seed the torrent. |
| **minimumseedtime** | integer | Specifies the minimum number of seconds the torrent client must actively seed the
| **downloadvolumefactor** | double | factor for the download volume, in most cases it should be set to 1, if a torrent is set to freeleech set it to 0, if only 50% is counted set it to 0.5 |
| **uploadvolumefactor** | double | factor for the upload volume, in most cases it should be set to 1, if a torrent is set to neutral leech (upload is not counted) set it to 0, if it's set to double upload set it to 2 |
###Minimum ratio/seedtime###