parallelThreads property

int parallelThreads
final

The number of download threads allowed to run simultaneously

This will significantly increase speed, at the expense of faster battery drain. Note that some servers may forbid multithreading, in which case this should be set to 1, unless another limit is specified.

Set to 1 to disable multithreading. Defaults to 10.

Implementation

final int parallelThreads;