Skip to main content

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).
Required: No
Type: positive integer number
Default value: 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.
Required: No
Type: boolean
Default value: false
Accepted values:
  • true
  • false

QUEUECLEANER__STALLED_IGNORE_PRIVATE

Controls whether to ignore stalled downloads from private trackers from being processed by Cleanuperr.
Required: No
Type: boolean
Default value: false
Accepted values:
  • 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.
Required: No
Type: boolean
Default value: false
Accepted values:
  • 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.
Required: No
Type: positive integer number
Default value: 0
Note
  • 0 means to never remove downloads stuck while downloading metadata.
  • If not set to 0, the minimum value is 3.