Max. 5 parallel downloads

master
M66B 3 weeks ago
parent 84b078a438
commit ec3607e240

@ -294,7 +294,7 @@ public class Helper {
static ExecutorService getDownloadTaskExecutor() {
if (sDownloadExecutor == null)
sDownloadExecutor = getBackgroundExecutor(0, "download");
sDownloadExecutor = getBackgroundExecutor(5, "download");
return sDownloadExecutor;
}

Loading…
Cancel
Save