mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[FEATURE] Add progress threshold to Reset Strikes On Progress feature #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @castielwaverly on GitHub.
What would you like to see implemented next?
Problem
Finicky torrents that alternate between slowly downloading and stalling are left alone, despite never making any substantial progress (e.g. a few bytes per day). This happens because the stalled check resets the strikes on any amount of progress, even a few bytes, and the slow check is skipped when the torrent is in a stalled state.
Proposal
Adding a customizable threshold to let the user define what is considered progress would allow Cleanuparr to catch these finicky torrents without forcing the user to sacrifice other configurations (i.e. resetting strikes on substantial progress). If not specified, this threshold can default to
0; this would maintain current behavior for users upgrading to a version of the app that has this new functionality.Example
Just an example to illustrate the concept
Related Issues
#143