diff --git a/config/config.yml.sample b/config/config.yml.sample index 48a78a2..57dc339 100755 --- a/config/config.yml.sample +++ b/config/config.yml.sample @@ -172,10 +172,10 @@ share_limits: categories: - RadarrComplete - SonarrComplete - # max_ratio : Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading. + # max_ratio : Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading and may be cleaned up / removed if the minimums have been met. # Will default to -1 (no limit) if not specified for the group. max_ratio: 5.0 - # max_seeding_time : Will set the torrent Maximum seeding time (minutes) until torrent is stopped from seeding. + # max_seeding_time : Will set the torrent Maximum seeding time (minutes) until torrent is stopped from seeding/uploading and may be cleaned up / removed if the minimums have been met. # Will default to -1 (no limit) if not specified for the group. max_seeding_time: 129600 # min_seeding_time : Will prevent torrent deletion by cleanup variable if torrent has not yet minimum seeding time (minutes). @@ -188,14 +188,14 @@ share_limits: last_active: 43200 # Limit Upload Speed : Will limit the upload speed KiB/s (KiloBytes/second) (`-1` : No Limit) limit_upload_speed: 0 - # cleanup : WARNING!! Setting this as true Will remove and delete contents of any torrents that satisfies the share limits + # cleanup : WARNING!! Setting this as true Will remove and delete contents of any torrents that satisfies the share limits (max time OR max ratio) cleanup: false # resume_torrent_after_change : This variable will resume your torrent after changing share limits. Default is true resume_torrent_after_change: true # add_group_to_tag : This adds your grouping as a tag with a prefix defined in settings . Default is true # Example: A grouping defined as noHL will have a tag set to ~share_limit.noHL (if using the default prefix) add_group_to_tag: true - # min_num_seeds : This will prevent torrent deletion by cleanup variable if the number of seeds is less than the value set here. + # min_num_seeds : Will prevent torrent deletion by cleanup variable if the number of seeds is less than the value set here. # If the torrent has less number of seeds than the min_num_seeds, the share limits will be changed back to no limits and resume the torrent to continue seeding. # Will default to 0 if not specified for the group. min_num_seeds: 0