Skip to main content

Slow Downloads Settings

These settings control how the Queue Cleaner handles slow downloads.

QUEUECLEANER__SLOW_MAX_STRIKES

Number of strikes before removing a slow download. Set to 0 to never remove slow downloads.
A strike is given when an item is slow.
Required: No
Type: positive integer number
Default value: 0
Examples:
  • 0
  • 3
  • 10
Note
  • If not set to 0, the minimum value is 3.

QUEUECLEANER__SLOW_RESET_STRIKES_ON_PROGRESS

Controls whether to remove the given strikes if the download speed or estimated time are not slow anymore.
Required: No
Type: boolean
Default value: false
Accepted values:
  • true
  • false

QUEUECLEANER__SLOW_IGNORE_PRIVATE

Controls whether to ignore slow downloads from private trackers from being processed by Cleanuperr.
Required: No
Type: boolean
Default value: false
Accepted values:
  • true
  • false

QUEUECLEANER__SLOW_DELETE_PRIVATE

Controls whether slow downloads from private trackers should be removed from the download client.
Has no effect if QUEUECLEANER__SLOW_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__SLOW_MIN_SPEED

The minimum speed a download should have.
Downloads receive strikes if their speed falls below this value.
If not specified, downloads will not receive strikes for slow download speed.
Required: No
Type: text
Default value: Empty
Examples:
  • 1.5KB
  • 400KB
  • 2MB

QUEUECLEANER__SLOW_MAX_TIME

The maximum estimated hours a download should take to finish. Downloads receive strikes if their estimated finish time is above this value. If not specified (or 0), downloads will not receive strikes for slow estimated finish time.
Required: No
Type: positive number
Default value: 0
Examples:
  • 0
  • 1.5
  • 24
  • 48

QUEUECLEANER__SLOW_IGNORE_ABOVE_SIZE

Downloads above this size will not be removed for being slow.
Required: No
Type: text
Default value: Empty
Examples:
  • 10KB
  • 200MB
  • 3GB