From addc925b2fb39b880e16061091299974dfcb0361 Mon Sep 17 00:00:00 2001 From: bakerboy448 Date: Wed, 18 Oct 2023 08:35:50 +0000 Subject: [PATCH] Action Bot is pushing --- Config-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config-Setup.md b/Config-Setup.md index f348f23..6fc3a38 100644 --- a/Config-Setup.md +++ b/Config-Setup.md @@ -151,7 +151,7 @@ Control how torrent share limits are set depending on the priority of your group | `exclude_all_tags` | Filter the group based on one or more tags. Multiple exclude_all_tags are checked with an **AND** condition. All tags defined here must be present in the torrent for it to be excluded in this group | None | list |
| | `exclude_any_tags` | Filter the group based on one or more tags. Multiple exclude_any_tags are checked with an **OR** condition. Any tags defined here must be present in the torrent for it to be excluded in this group | None | list |
| | `categories` | Filter by including one or more categories. Multiple categories are checked with an **OR** condition. Since one torrent can only be associated with a single category, multiple categories are checked with an **OR** condition | None | list |
| -| `cleanup` | **WARNING!!** Setting this as true will remove and delete contents of any torrents that satisfies the share limits | False | bool |
| +| `cleanup` | **WARNING!!** Setting this as true will remove any torrents that satisfies the share limits. It will also delete the torrent's data if and only if no other torrents are using the same folder/files. | False | bool |
| | `max_ratio` | Will set the torrent Maximum share ratio until torrent is stopped from seeding/uploading. (`-2` : Global Limit , `-1` : No Limit) | -1 | float |
| | `max_seeding_time` | Will set the torrent Maximum seeding time (minutes) until torrent is stopped from seeding. (`-2` : Global Limit , `-1` : No Limit) | -1 | int |
| | `limit_upload_speed` | Will limit the upload speed KiB/s (KiloBytes/second) (`-1` : No Limit) | -1 | int |
|