Stalled Downloads Settings
These settings control how the Queue Cleaner handles stalled downloads.
QUEUECLEANER__STALLED_MAX_STRIKES
Number of strikes before removing a stalled download. Set to
0
to never remove stalled downloads.A strike is given when an item is stalled (not downloading) or stuck while downloading metadata (qBitTorrent only).
0
Note
0
means to never remove stalled downloads.- If not set to 0, the minimum value is
3
.
QUEUECLEANER__STALLED_RESET_STRIKES_ON_PROGRESS
Controls whether to remove the given strikes if any download progress was made since last checked.
false
true
false
QUEUECLEANER__STALLED_IGNORE_PRIVATE
Controls whether to ignore stalled downloads from private trackers from being processed by Cleanuperr.
false
true
false
QUEUECLEANER__STALLED_DELETE_PRIVATE
Controls whether stalled downloads from private trackers should be removed from the download client.
Has no effect if QUEUECLEANER__STALLED_IGNORE_PRIVATE is true.
false
true
false
Important
- Setting this to true means you don't care about seeding, ratio, H&R and potentially losing your private tracker account.
QUEUECLEANER__DOWNLOADING_METADATA_MAX_STRIKES
Number of strikes before removing a download stuck while downloading metadata.
0
Note
0
means to never remove downloads stuck while downloading metadata.- If not set to
0
, the minimum value is3
.