Compare commits

...

3 Commits

Author SHA1 Message Date
Mike Wilson
42e7eed1c4 Limit upload speed on public torrents 2025-04-10 12:01:50 -04:00
Mike Wilson
9e10f76830 Remove redundant share limit group in qbitmanage 2025-04-10 11:58:02 -04:00
Mike Wilson
9f535c3409 Remove max_ratio and min_seeding_time variables for noHL torrents, also fix exclude_all_tags variable name 2025-04-10 11:50:24 -04:00

View File

@@ -89,21 +89,7 @@ share_limits:
priority: 1 priority: 1
include_all_tags: include_all_tags:
- noHL - noHL
exclude_tags:
- cross-seed
max_ratio: 4.0
max_seeding_time: 28800 # 20 days max_seeding_time: 28800 # 20 days
min_seeding_time: 10080 # 7 days
cleanup: true
add_group_to_tag: false
noHL.cross-seed:
priority: 2
include_all_tags:
- noHL
- cross-seed
max_ratio: 4.0
max_seeding_time: 28800 # 20 days
min_seeding_time: 0
cleanup: true cleanup: true
add_group_to_tag: false add_group_to_tag: false
public_trackers: public_trackers:
@@ -117,6 +103,7 @@ share_limits:
- tv - tv
max_ratio: 2 max_ratio: 2
max_seeding_time: 21600 # 15 days max_seeding_time: 21600 # 15 days
limit_upload_speed: 5000 # 5 MiBps
cleanup: true cleanup: true
add_group_to_tag: false add_group_to_tag: false